License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.enzoic |
ArtifactId | ArtifactIdenzoic-java-client |
Last Version | Last Version3.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEnzoic Java Client Library
A Java client library for the Enzoic API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.enzoic/enzoic-java-client/ -->
<dependency>
<groupId>com.enzoic</groupId>
<artifactId>enzoic-java-client</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.enzoic/enzoic-java-client/
implementation 'com.enzoic:enzoic-java-client:3.3.0'
// https://jarcasting.com/artifacts/com.enzoic/enzoic-java-client/
implementation ("com.enzoic:enzoic-java-client:3.3.0")
'com.enzoic:enzoic-java-client:jar:3.3.0'
<dependency org="com.enzoic" name="enzoic-java-client" rev="3.3.0">
<artifact name="enzoic-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.enzoic', module='enzoic-java-client', version='3.3.0')
)
libraryDependencies += "com.enzoic" % "enzoic-java-client" % "3.3.0"
[com.enzoic/enzoic-java-client "3.3.0"]
Group / Artifact | Type | Version |
---|---|---|
de.mkammerer : argon2-jvm | jar | 2.2 |
com.google.code.gson : gson | jar | 2.8.0 |
commons-io : commons-io | jar | 1.3.2 |
org.mindrot : jbcrypt | jar | 0.4 |
org.bouncycastle : bcprov-jdk15on | jar | 1.56 |
net.java.dev.jna : jna | jar | 4.2.1 |
commons-codec : commons-codec | jar | 1.9 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.1.0-M1 |