is not current version
Last Version 0.0.5

io.webdevice:webdevice-runtime 0.0.3

WebDevice.IO Runtime Module

GroupId

GroupId

io.webdevice
ArtifactId

ArtifactId

webdevice-runtime
Version

Version

0.0.3
Type

Type

jar

Download webdevice-runtime 0.0.3


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