GroupId | GroupIdorg.objectweb.fractal.bf.binjiu.runtime |
---|---|
ArtifactId | ArtifactIddevice |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
device-0.1.pom | |
device-0.1.jar | 7 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.binjiu.runtime/device/
implementation 'org.objectweb.fractal.bf.binjiu.runtime:device:0.1'
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.binjiu.runtime/device/
implementation ("org.objectweb.fractal.bf.binjiu.runtime:device:0.1")
'org.objectweb.fractal.bf.binjiu.runtime:device:jar:0.1'
<dependency org="org.objectweb.fractal.bf.binjiu.runtime" name="device" rev="0.1">
<artifact name="device" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.bf.binjiu.runtime', module='device', version='0.1')
)
libraryDependencies += "org.objectweb.fractal.bf.binjiu.runtime" % "device" % "0.1"
[org.objectweb.fractal.bf.binjiu.runtime/device "0.1"]