is not current version
Last Version 0.6.13

org.ic4j:ic4j-agent 0.6.9

IC4J Java Agent enables Java applications connect to the Internet Computer.

GroupId

GroupId

org.ic4j
ArtifactId

ArtifactId

ic4j-agent
Version

Version

0.6.9
Type

Type

jar

Download ic4j-agent 0.6.9


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