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