GroupId | GroupIdcom.qubole.rubix |
---|---|
ArtifactId | ArtifactIdrubix-bookkeeper |
Version | Version0.2.4 |
Type | Typejar |
Filename | Size |
---|---|
rubix-bookkeeper-0.2.4.pom | |
rubix-bookkeeper-0.2.4.jar | 2 MB |
rubix-bookkeeper-0.2.4-sources.jar | 13 KB |
rubix-bookkeeper-0.2.4-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.qubole.rubix/rubix-bookkeeper/ -->
<dependency>
<groupId>com.qubole.rubix</groupId>
<artifactId>rubix-bookkeeper</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.qubole.rubix/rubix-bookkeeper/
implementation 'com.qubole.rubix:rubix-bookkeeper:0.2.4'
// https://jarcasting.com/artifacts/com.qubole.rubix/rubix-bookkeeper/
implementation ("com.qubole.rubix:rubix-bookkeeper:0.2.4")
'com.qubole.rubix:rubix-bookkeeper:jar:0.2.4'
<dependency org="com.qubole.rubix" name="rubix-bookkeeper" rev="0.2.4">
<artifact name="rubix-bookkeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qubole.rubix', module='rubix-bookkeeper', version='0.2.4')
)
libraryDependencies += "com.qubole.rubix" % "rubix-bookkeeper" % "0.2.4"
[com.qubole.rubix/rubix-bookkeeper "0.2.4"]