GroupId | GroupIdcom.effectiveosgi |
---|---|
ArtifactId | ArtifactIdcom.effectiveosgi.rt.command |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.effectiveosgi/com.effectiveosgi.rt.command/ -->
<dependency>
<groupId>com.effectiveosgi</groupId>
<artifactId>com.effectiveosgi.rt.command</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.effectiveosgi/com.effectiveosgi.rt.command/
implementation 'com.effectiveosgi:com.effectiveosgi.rt.command:0.0.2'
// https://jarcasting.com/artifacts/com.effectiveosgi/com.effectiveosgi.rt.command/
implementation ("com.effectiveosgi:com.effectiveosgi.rt.command:0.0.2")
'com.effectiveosgi:com.effectiveosgi.rt.command:jar:0.0.2'
<dependency org="com.effectiveosgi" name="com.effectiveosgi.rt.command" rev="0.0.2">
<artifact name="com.effectiveosgi.rt.command" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.effectiveosgi', module='com.effectiveosgi.rt.command', version='0.0.2')
)
libraryDependencies += "com.effectiveosgi" % "com.effectiveosgi.rt.command" % "0.0.2"
[com.effectiveosgi/com.effectiveosgi.rt.command "0.0.2"]