Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdio.github.jccdex |
ArtifactId | ArtifactIdJccWallet |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
JccWallet-1.1.0.pom | |
JccWallet-1.1.0.jar | 44 KB |
JccWallet-1.1.0-sources.jar | 27 KB |
JccWallet-1.1.0-javadoc.jar | 226 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jccdex/JccWallet/ -->
<dependency>
<groupId>io.github.jccdex</groupId>
<artifactId>JccWallet</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jccdex/JccWallet/
implementation 'io.github.jccdex:JccWallet:1.1.0'
// https://jarcasting.com/artifacts/io.github.jccdex/JccWallet/
implementation ("io.github.jccdex:JccWallet:1.1.0")
'io.github.jccdex:JccWallet:jar:1.1.0'
<dependency org="io.github.jccdex" name="JccWallet" rev="1.1.0">
<artifact name="JccWallet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jccdex', module='JccWallet', version='1.1.0')
)
libraryDependencies += "io.github.jccdex" % "JccWallet" % "1.1.0"
[io.github.jccdex/JccWallet "1.1.0"]