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