License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.t3as |
ArtifactId | ArtifactIdnicta-ner-client |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionNICTA t3as Named-Entity Recognition client
This is a client library for the NICTA NER Web Service.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nicta-ner-client-1.0.0.pom | |
nicta-ner-client-1.0.0.jar | 7 KB |
nicta-ner-client-1.0.0-sources.jar | 3 KB |
nicta-ner-client-1.0.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.t3as/nicta-ner-client/ -->
<dependency>
<groupId>org.t3as</groupId>
<artifactId>nicta-ner-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.t3as/nicta-ner-client/
implementation 'org.t3as:nicta-ner-client:1.0.0'
// https://jarcasting.com/artifacts/org.t3as/nicta-ner-client/
implementation ("org.t3as:nicta-ner-client:1.0.0")
'org.t3as:nicta-ner-client:jar:1.0.0'
<dependency org="org.t3as" name="nicta-ner-client" rev="1.0.0">
<artifact name="nicta-ner-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.t3as', module='nicta-ner-client', version='1.0.0')
)
libraryDependencies += "org.t3as" % "nicta-ner-client" % "1.0.0"
[org.t3as/nicta-ner-client "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.t3as : nicta-ner-common | jar | 1.0.0 |
com.beust : jcommander | jar | 1.35 |
com.google.guava : guava | jar | 17.0 |
org.glassfish.jersey.core : jersey-client | jar | 2.10.1 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.10.1 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |
com.little-fluffy-clouds : testng-system-out-printer | jar | 0.1 |