GroupId | GroupIdcom.xellitix.commons |
---|---|
ArtifactId | ArtifactIdx509 |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
x509-0.1.0.pom | |
x509-0.1.0.jar | 5 KB |
x509-0.1.0-sources.jar | 5 KB |
x509-0.1.0-javadoc.jar | 41 KB |
Browse |
<!-- 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"]