File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# ![ pactsafe-java-sdk] ( media/logo.png )
22
3- [ ![ Build Status] (http://jenkins.pactsafe.com/buildStatus/icon?job=Java SDK)] ( http://jenkins.pactsafe.com/job/Java%20SDK/ ) [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.pactsafe/pactsafe-java-sdk/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.pactsafe/pactsafe-java-sdk )
4-
5- #pactsafe-java-sdk
3+ ### pactsafe-java-sdk
64
75A Java client for the [ PactSafe] ( https://www.pactsafe.com ) Activity API. Integrate into any application for secure legal record-keeping.
86
9- ## Initialization
7+ ## Installation
108
9+ Download the [ release] ( https://github.com/pactsafe/pactsafe-java-sdk/releases ) or clone to build with ` mvn clean install ` .
10+ * Coming soon to maven-central.*
1111```
1212<dependency>
1313 <groupId>com.pactsafe</groupId>
1414 <artifactId>pactsafe-java-sdk</artifactId>
15- <version>{Latest }</version>
15+ <version>{version }</version>
1616</dependency>
1717```
18- * Coming soon to maven-central. *
18+
1919
2020## Initialization
2121
@@ -36,7 +36,7 @@ Activity site = new Activity("ACCESS_KEY", parameters);
3636The third argument is an optional ` ActivityOptions ` object of client configuration settings.
3737``` java
3838ActivityOptions options = new ActivityOptions ();
39- options. setHost(" http ://localhost:3000 " );
39+ options. setHost(" https ://pactsafe.io); //optional
4040Activity site = new Activity(" ACCESS_KEY " , parameters, options);
4141```
4242
You can’t perform that action at this time.
0 commit comments