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