| GroupId | GroupIdcom.github.tkrs |
|---|---|
| ArtifactId | ArtifactIdorcus-bigtable_2.12 |
| Version | Version0.20.4 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.tkrs/orcus-bigtable_2.12/ -->
<dependency>
<groupId>com.github.tkrs</groupId>
<artifactId>orcus-bigtable_2.12</artifactId>
<version>0.20.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tkrs/orcus-bigtable_2.12/
implementation 'com.github.tkrs:orcus-bigtable_2.12:0.20.4'
// https://jarcasting.com/artifacts/com.github.tkrs/orcus-bigtable_2.12/
implementation ("com.github.tkrs:orcus-bigtable_2.12:0.20.4")
'com.github.tkrs:orcus-bigtable_2.12:jar:0.20.4'
<dependency org="com.github.tkrs" name="orcus-bigtable_2.12" rev="0.20.4">
<artifact name="orcus-bigtable_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tkrs', module='orcus-bigtable_2.12', version='0.20.4')
)
libraryDependencies += "com.github.tkrs" % "orcus-bigtable_2.12" % "0.20.4"
[com.github.tkrs/orcus-bigtable_2.12 "0.20.4"]