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