| License | License | 
|---|---|
| Categories | CategoriesJava Languages KeY Data Data Formats Formal Verification | 
| GroupId | GroupIdcom.textkey.rest | 
| ArtifactId | ArtifactIdtextkey-java-rest | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptiontextkey_rest Java helper library for TextKey API Services | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| textkey-java-rest-1.0.1.pom | |
| textkey-java-rest-1.0.1.jar | 23 KB | 
| textkey-java-rest-1.0.1-sources.jar | 11 KB | 
| textkey-java-rest-1.0.1-javadoc.jar | 21 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.textkey.rest/textkey-java-rest/ -->
<dependency>
    <groupId>com.textkey.rest</groupId>
    <artifactId>textkey-java-rest</artifactId>
    <version>1.0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.textkey.rest/textkey-java-rest/
implementation 'com.textkey.rest:textkey-java-rest:1.0.1'// https://jarcasting.com/artifacts/com.textkey.rest/textkey-java-rest/
implementation ("com.textkey.rest:textkey-java-rest:1.0.1")'com.textkey.rest:textkey-java-rest:jar:1.0.1'<dependency org="com.textkey.rest" name="textkey-java-rest" rev="1.0.1">
  <artifact name="textkey-java-rest" type="jar" />
</dependency>@Grapes(
@Grab(group='com.textkey.rest', module='textkey-java-rest', version='1.0.1')
)libraryDependencies += "com.textkey.rest" % "textkey-java-rest" % "1.0.1"[com.textkey.rest/textkey-java-rest "1.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| commons-logging : commons-logging | jar | 1.1.1 | 
| com.google.code.gson : gson | jar | 2.2.4 | 
| org.apache.httpcomponents : httpclient | jar | 4.3.4 | 
| org.json : json | jar | 20140107 |