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