@@ -75,17 +75,17 @@ <h2>Installation</h2>
7575 Maven:
7676 < pre > < code class ="language-markup "> <dependencies>
7777 <dependency>
78- <groupId>org.mozilla.iot </groupId>
78+ <groupId>io.webthings </groupId>
7979 <artifactId>webthing</artifactId>
80- <version>0.12 .0</version>
80+ <version>0.13 .0</version>
8181 </dependency>
8282 </dependencies></ code > </ pre >
8383 </ p >
8484 < p >
8585 Gradle:
8686 < pre > < code class ="language-json "> dependencies {
8787 runtime(
88- [group: 'org.mozilla.iot ', name: 'webthing', version: '0.12 .0'],
88+ [group: 'io.webthings ', name: 'webthing', version: '0.13 .0'],
8989 )
9090 }</ code > </ pre >
9191 </ p >
@@ -359,23 +359,23 @@ <h2>Example</h2>
359359 run_server()</ code > </ pre >
360360 </ section >
361361 < section id ="example-java ">
362- < pre > < code class ="language-java "> package org.mozilla.iot .webthing.example;
363-
364- import org.json.JSONArray;
365- import org.json.JSONObject;
366- import org.mozilla.iot .webthing.Action;
367- import org.mozilla.iot .webthing.Event;
368- import org.mozilla.iot .webthing.Property;
369- import org.mozilla.iot .webthing.Thing;
370- import org.mozilla.iot .webthing.Value;
371- import org.mozilla.iot .webthing.WebThingServer;
372- import org.mozilla.iot .webthing.errors.PropertyError;
373-
374- import java.io.IOException;
375- import java.util.Arrays;
376- import java.util.UUID;
377-
378- public class SingleThing {
362+ < pre > < code class ="language-java "> package io.webthings .webthing.example;
363+
364+ import org.json.JSONArray;
365+ import org.json.JSONObject;
366+ import io.webthings .webthing.Action;
367+ import io.webthings .webthing.Event;
368+ import io.webthings .webthing.Property;
369+ import io.webthings .webthing.Thing;
370+ import io.webthings .webthing.Value;
371+ import io.webthings .webthing.WebThingServer;
372+ import io.webthings .webthing.errors.PropertyError;
373+
374+ import java.io.IOException;
375+ import java.util.Arrays;
376+ import java.util.UUID;
377+
378+ public class SingleThing {
379379 public static Thing makeThing() {
380380 Thing thing = new Thing("urn:dev:ops:my-lamp-1234",
381381 "My Lamp",
@@ -490,7 +490,7 @@ <h2>Example</h2>
490490 }
491491 }
492492 }
493- }</ code > </ pre >
493+ }</ code > </ pre >
494494 </ section >
495495 < section id ="example-rust ">
496496 < pre > < code class ="language-rust "> use actix_rt;
0 commit comments