Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdio.rollout.rox |
ArtifactId | ArtifactIdrox-java-core |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
rox-java-core-3.0.0.pom | |
rox-java-core-3.0.0.jar | 592 KB |
rox-java-core-3.0.0-sources.jar | 261 bytes |
rox-java-core-3.0.0-javadoc.jar | 261 bytes |
rox-java-core-3.0.0-all.jar | 592 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rollout.rox/rox-java-core/ -->
<dependency>
<groupId>io.rollout.rox</groupId>
<artifactId>rox-java-core</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.rollout.rox/rox-java-core/
implementation 'io.rollout.rox:rox-java-core:3.0.0'
// https://jarcasting.com/artifacts/io.rollout.rox/rox-java-core/
implementation ("io.rollout.rox:rox-java-core:3.0.0")
'io.rollout.rox:rox-java-core:jar:3.0.0'
<dependency org="io.rollout.rox" name="rox-java-core" rev="3.0.0">
<artifact name="rox-java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rollout.rox', module='rox-java-core', version='3.0.0')
)
libraryDependencies += "io.rollout.rox" % "rox-java-core" % "3.0.0"
[io.rollout.rox/rox-java-core "3.0.0"]