is not current version
Last Version 0.2.0

com.xellitix.commons:x509 0.1.0

X509 Utilities

GroupId

GroupId

com.xellitix.commons
ArtifactId

ArtifactId

x509
Version

Version

0.1.0
Type

Type

jar

Download x509 0.1.0


<!-- https://jarcasting.com/artifacts/com.xellitix.commons/x509/ -->
<dependency>
    <groupId>com.xellitix.commons</groupId>
    <artifactId>x509</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xellitix.commons/x509/
implementation 'com.xellitix.commons:x509:0.1.0'
// https://jarcasting.com/artifacts/com.xellitix.commons/x509/
implementation ("com.xellitix.commons:x509:0.1.0")
'com.xellitix.commons:x509:jar:0.1.0'
<dependency org="com.xellitix.commons" name="x509" rev="0.1.0">
  <artifact name="x509" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xellitix.commons', module='x509', version='0.1.0')
)
libraryDependencies += "com.xellitix.commons" % "x509" % "0.1.0"
[com.xellitix.commons/x509 "0.1.0"]