GroupId | GroupIdorg.objectweb.fractal.bf.binjiu.runtime |
---|---|
ArtifactId | ArtifactIddevice |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
device-0.8.pom | |
device-0.8.jar | 7 KB |
device-0.8-sources.jar | 3 KB |
device-0.8-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.bf.binjiu.runtime/device/ -->
<dependency>
<groupId>org.objectweb.fractal.bf.binjiu.runtime</groupId>
<artifactId>device</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.binjiu.runtime/device/
implementation 'org.objectweb.fractal.bf.binjiu.runtime:device:0.8'
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.binjiu.runtime/device/
implementation ("org.objectweb.fractal.bf.binjiu.runtime:device:0.8")
'org.objectweb.fractal.bf.binjiu.runtime:device:jar:0.8'
<dependency org="org.objectweb.fractal.bf.binjiu.runtime" name="device" rev="0.8">
<artifact name="device" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.bf.binjiu.runtime', module='device', version='0.8')
)
libraryDependencies += "org.objectweb.fractal.bf.binjiu.runtime" % "device" % "0.8"
[org.objectweb.fractal.bf.binjiu.runtime/device "0.8"]