Skip to content

Latest commit

 

History

History
executable file
·
35 lines (24 loc) · 1020 Bytes

README.md

File metadata and controls

executable file
·
35 lines (24 loc) · 1020 Bytes

Implicit Java HTTP Client ReplicaTransport implementation

You can use this implementation for Java applications running on JDK 11 or higher. Full documentation here

ReplicaTransport transport = ReplicaJavaHttpTransport.create(icLocation);
Agent agent = new AgentBuilder().transport(transport).identity(identity).build();

Downloads / Accessing Binaries

To add IC4J Java 11 Transport library to your Java project use Maven or Gradle import from Maven Central.

https://search.maven.org/artifact/ic4j/ic4j-java11transport/0.7.4/jar
<dependency>
  <groupId>org.ic4j</groupId>
  <artifactId>ic4j-java11transport</artifactId>
  <version>0.7.4</version>
</dependency>
implementation 'org.ic4j:ic4j-java11transport:0.7.4'

Build

You need JDK 11+ to build IC4J Java 11 Transport.