is not current version
Last Version 0.0.5

io.webdevice:webdevice-runtime 0.0.2

WebDevice.IO Runtime Module

GroupId

GroupId

io.webdevice
ArtifactId

ArtifactId

webdevice-runtime
Version

Version

0.0.2
Type

Type

jar

Download webdevice-runtime 0.0.2


<!-- https://jarcasting.com/artifacts/io.webdevice/webdevice-runtime/ -->
<dependency>
    <groupId>io.webdevice</groupId>
    <artifactId>webdevice-runtime</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.webdevice/webdevice-runtime/
implementation 'io.webdevice:webdevice-runtime:0.0.2'
// https://jarcasting.com/artifacts/io.webdevice/webdevice-runtime/
implementation ("io.webdevice:webdevice-runtime:0.0.2")
'io.webdevice:webdevice-runtime:jar:0.0.2'
<dependency org="io.webdevice" name="webdevice-runtime" rev="0.0.2">
  <artifact name="webdevice-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.webdevice', module='webdevice-runtime', version='0.0.2')
)
libraryDependencies += "io.webdevice" % "webdevice-runtime" % "0.0.2"
[io.webdevice/webdevice-runtime "0.0.2"]