| GroupId | GroupIddev.prokop.crypto |
|---|---|
| ArtifactId | ArtifactIdcrypto-bips |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| crypto-bips-1.0.0.pom | |
| crypto-bips-1.0.0.jar | 11 KB |
| crypto-bips-1.0.0-sources.jar | 8 KB |
| crypto-bips-1.0.0-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.prokop.crypto/crypto-bips/ -->
<dependency>
<groupId>dev.prokop.crypto</groupId>
<artifactId>crypto-bips</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.prokop.crypto/crypto-bips/
implementation 'dev.prokop.crypto:crypto-bips:1.0.0'
// https://jarcasting.com/artifacts/dev.prokop.crypto/crypto-bips/
implementation ("dev.prokop.crypto:crypto-bips:1.0.0")
'dev.prokop.crypto:crypto-bips:jar:1.0.0'
<dependency org="dev.prokop.crypto" name="crypto-bips" rev="1.0.0">
<artifact name="crypto-bips" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.prokop.crypto', module='crypto-bips', version='1.0.0')
)
libraryDependencies += "dev.prokop.crypto" % "crypto-bips" % "1.0.0"
[dev.prokop.crypto/crypto-bips "1.0.0"]