License |
License |
---|---|
GroupId | GroupIdorg.ic4j |
ArtifactId | ArtifactIdic4j-candid |
Last Version | Last Version0.6.13 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionIC4J Candid
Java library to serialize and deserialize Java objects to the Internet Computer Candid types.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ic4j-candid-0.6.13.pom | |
ic4j-candid-0.6.13.jar | 95 KB |
ic4j-candid-0.6.13-sources.jar | 56 KB |
ic4j-candid-0.6.13-javadoc.jar | 550 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ic4j/ic4j-candid/ -->
<dependency>
<groupId>org.ic4j</groupId>
<artifactId>ic4j-candid</artifactId>
<version>0.6.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.ic4j/ic4j-candid/
implementation 'org.ic4j:ic4j-candid:0.6.13'
// https://jarcasting.com/artifacts/org.ic4j/ic4j-candid/
implementation ("org.ic4j:ic4j-candid:0.6.13")
'org.ic4j:ic4j-candid:jar:0.6.13'
<dependency org="org.ic4j" name="ic4j-candid" rev="0.6.13">
<artifact name="ic4j-candid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ic4j', module='ic4j-candid', version='0.6.13')
)
libraryDependencies += "org.ic4j" % "ic4j-candid" % "0.6.13"
[org.ic4j/ic4j-candid "0.6.13"]
Group / Artifact | Type | Version |
---|---|---|
commons-codec : commons-codec | jar | 1.15 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |
org.slf4j : slf4j-simple | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.skyscreamer : jsonassert | jar | 1.5.0 |
org.apache.derby : derby | jar | 10.14.2.0 |