| License |
License |
|---|---|
| GroupId | GroupIdeu.fbk.fcw |
| ArtifactId | ArtifactIdfcw-utils |
| Last Version | Last Version0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA collection of Stanford CoreNLP wrappers
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| fcw-utils-0.2.pom | |
| fcw-utils-0.2.jar | 20 KB |
| fcw-utils-0.2-tests.jar | 1 KB |
| fcw-utils-0.2-sources.jar | 10 KB |
| fcw-utils-0.2-javadoc.jar | 85 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.fbk.fcw/fcw-utils/ -->
<dependency>
<groupId>eu.fbk.fcw</groupId>
<artifactId>fcw-utils</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.fbk.fcw/fcw-utils/
implementation 'eu.fbk.fcw:fcw-utils:0.2'
// https://jarcasting.com/artifacts/eu.fbk.fcw/fcw-utils/
implementation ("eu.fbk.fcw:fcw-utils:0.2")
'eu.fbk.fcw:fcw-utils:jar:0.2'
<dependency org="eu.fbk.fcw" name="fcw-utils" rev="0.2">
<artifact name="fcw-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.fbk.fcw', module='fcw-utils', version='0.2')
)
libraryDependencies += "eu.fbk.fcw" % "fcw-utils" % "0.2"
[eu.fbk.fcw/fcw-utils "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.12 |
| org.apache.httpcomponents : httpclient | jar | 4.5.1 |
| org.apache.httpcomponents : httpcore | jar | 4.4.3 |
| com.google.guava : guava | jar | 20.0-rc1 |
| com.google.code.findbugs : jsr305 | jar | 3.0.0 |
| edu.stanford.nlp : stanford-corenlp | jar | 4.2.0 |