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