GroupId | GroupIdorg.osgi |
---|---|
ArtifactId | ArtifactIdosgi.enroute.iot.pi.command |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.osgi/osgi.enroute.iot.pi.command/ -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.enroute.iot.pi.command</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgi/osgi.enroute.iot.pi.command/
implementation 'org.osgi:osgi.enroute.iot.pi.command:2.0.0'
// https://jarcasting.com/artifacts/org.osgi/osgi.enroute.iot.pi.command/
implementation ("org.osgi:osgi.enroute.iot.pi.command:2.0.0")
'org.osgi:osgi.enroute.iot.pi.command:jar:2.0.0'
<dependency org="org.osgi" name="osgi.enroute.iot.pi.command" rev="2.0.0">
<artifact name="osgi.enroute.iot.pi.command" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgi', module='osgi.enroute.iot.pi.command', version='2.0.0')
)
libraryDependencies += "org.osgi" % "osgi.enroute.iot.pi.command" % "2.0.0"
[org.osgi/osgi.enroute.iot.pi.command "2.0.0"]