| GroupId | GroupIdcom.github.groestlcoin |
|---|---|
| ArtifactId | ArtifactIdgroestlcoin-lib_2.11 |
| Version | Version0.14 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.groestlcoin/groestlcoin-lib_2.11/ -->
<dependency>
<groupId>com.github.groestlcoin</groupId>
<artifactId>groestlcoin-lib_2.11</artifactId>
<version>0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.groestlcoin/groestlcoin-lib_2.11/
implementation 'com.github.groestlcoin:groestlcoin-lib_2.11:0.14'
// https://jarcasting.com/artifacts/com.github.groestlcoin/groestlcoin-lib_2.11/
implementation ("com.github.groestlcoin:groestlcoin-lib_2.11:0.14")
'com.github.groestlcoin:groestlcoin-lib_2.11:jar:0.14'
<dependency org="com.github.groestlcoin" name="groestlcoin-lib_2.11" rev="0.14">
<artifact name="groestlcoin-lib_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.groestlcoin', module='groestlcoin-lib_2.11', version='0.14')
)
libraryDependencies += "com.github.groestlcoin" % "groestlcoin-lib_2.11" % "0.14"
[com.github.groestlcoin/groestlcoin-lib_2.11 "0.14"]