GroupId | GroupIdcom.googlecode.rocoto |
---|---|
ArtifactId | ArtifactIdrocoto-system |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
rocoto-system-3.0.pom | |
rocoto-system-3.0.jar | 12 KB |
rocoto-system-3.0-sources.jar | 12 KB |
rocoto-system-3.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.rocoto/rocoto-system/ -->
<dependency>
<groupId>com.googlecode.rocoto</groupId>
<artifactId>rocoto-system</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.rocoto/rocoto-system/
implementation 'com.googlecode.rocoto:rocoto-system:3.0'
// https://jarcasting.com/artifacts/com.googlecode.rocoto/rocoto-system/
implementation ("com.googlecode.rocoto:rocoto-system:3.0")
'com.googlecode.rocoto:rocoto-system:jar:3.0'
<dependency org="com.googlecode.rocoto" name="rocoto-system" rev="3.0">
<artifact name="rocoto-system" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.rocoto', module='rocoto-system', version='3.0')
)
libraryDependencies += "com.googlecode.rocoto" % "rocoto-system" % "3.0"
[com.googlecode.rocoto/rocoto-system "3.0"]