| GroupId | GroupIdio.webthings |
|---|---|
| ArtifactId | ArtifactIdwebthing |
| Version | Version0.13.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| webthing-0.13.0.pom | |
| webthing-0.13.0.jar | 62 KB |
| webthing-0.13.0-sources.jar | 23 KB |
| webthing-0.13.0-javadoc.jar | 190 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.webthings/webthing/ -->
<dependency>
<groupId>io.webthings</groupId>
<artifactId>webthing</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.webthings/webthing/
implementation 'io.webthings:webthing:0.13.0'
// https://jarcasting.com/artifacts/io.webthings/webthing/
implementation ("io.webthings:webthing:0.13.0")
'io.webthings:webthing:jar:0.13.0'
<dependency org="io.webthings" name="webthing" rev="0.13.0">
<artifact name="webthing" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.webthings', module='webthing', version='0.13.0')
)
libraryDependencies += "io.webthings" % "webthing" % "0.13.0"
[io.webthings/webthing "0.13.0"]