GroupId | GroupIdfr.acinq |
---|---|
ArtifactId | ArtifactIdwallettemplate |
Version | Version0.15-rc2 |
Type | Typejar |
Filename | Size |
---|---|
wallettemplate-0.15-rc2.pom | |
wallettemplate-0.15-rc2.jar | 136 KB |
wallettemplate-0.15-rc2-sources.jar | 110 KB |
wallettemplate-0.15-rc2-javadoc.jar | 154 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.acinq/wallettemplate/ -->
<dependency>
<groupId>fr.acinq</groupId>
<artifactId>wallettemplate</artifactId>
<version>0.15-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/fr.acinq/wallettemplate/
implementation 'fr.acinq:wallettemplate:0.15-rc2'
// https://jarcasting.com/artifacts/fr.acinq/wallettemplate/
implementation ("fr.acinq:wallettemplate:0.15-rc2")
'fr.acinq:wallettemplate:jar:0.15-rc2'
<dependency org="fr.acinq" name="wallettemplate" rev="0.15-rc2">
<artifact name="wallettemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.acinq', module='wallettemplate', version='0.15-rc2')
)
libraryDependencies += "fr.acinq" % "wallettemplate" % "0.15-rc2"
[fr.acinq/wallettemplate "0.15-rc2"]