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