GroupId | GroupIdorg.dashj |
---|---|
ArtifactId | ArtifactIdwallettemplate |
Version | Version0.17.6 |
Type | Typejar |
Filename | Size |
---|---|
wallettemplate-0.17.6.pom | |
wallettemplate-0.17.6.jar | 151 KB |
wallettemplate-0.17.6-sources.jar | 125 KB |
wallettemplate-0.17.6-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dashj/wallettemplate/ -->
<dependency>
<groupId>org.dashj</groupId>
<artifactId>wallettemplate</artifactId>
<version>0.17.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.dashj/wallettemplate/
implementation 'org.dashj:wallettemplate:0.17.6'
// https://jarcasting.com/artifacts/org.dashj/wallettemplate/
implementation ("org.dashj:wallettemplate:0.17.6")
'org.dashj:wallettemplate:jar:0.17.6'
<dependency org="org.dashj" name="wallettemplate" rev="0.17.6">
<artifact name="wallettemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dashj', module='wallettemplate', version='0.17.6')
)
libraryDependencies += "org.dashj" % "wallettemplate" % "0.17.6"
[org.dashj/wallettemplate "0.17.6"]