License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.basistech.rosette |
ArtifactId | ArtifactIdrosette-api-java-binding |
Last Version | Last Version1.21.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThis is the Java binding for the Rosette API. The classes in here help Java applications to communicate with the Rosette API.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
rosette-api-java-binding-1.21.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.basistech.rosette/rosette-api-java-binding/ -->
<dependency>
<groupId>com.basistech.rosette</groupId>
<artifactId>rosette-api-java-binding</artifactId>
<version>1.21.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.basistech.rosette/rosette-api-java-binding/
implementation 'com.basistech.rosette:rosette-api-java-binding:1.21.0'
// https://jarcasting.com/artifacts/com.basistech.rosette/rosette-api-java-binding/
implementation ("com.basistech.rosette:rosette-api-java-binding:1.21.0")
'com.basistech.rosette:rosette-api-java-binding:pom:1.21.0'
<dependency org="com.basistech.rosette" name="rosette-api-java-binding" rev="1.21.0">
<artifact name="rosette-api-java-binding" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.basistech.rosette', module='rosette-api-java-binding', version='1.21.0')
)
libraryDependencies += "com.basistech.rosette" % "rosette-api-java-binding" % "1.21.0"
[com.basistech.rosette/rosette-api-java-binding "1.21.0"]