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