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