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