License |
License |
---|---|
GroupId | GroupIdeu.fbk.fcw |
ArtifactId | ArtifactIdfcw-pos |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionA collection of Stanford CoreNLP wrappers
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
fcw-pos-0.1.1.pom | |
fcw-pos-0.1.1.jar | 7 KB |
fcw-pos-0.1.1-tests.jar | 1 KB |
fcw-pos-0.1.1-sources.jar | 3 KB |
fcw-pos-0.1.1-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.fbk.fcw/fcw-pos/ -->
<dependency>
<groupId>eu.fbk.fcw</groupId>
<artifactId>fcw-pos</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.fbk.fcw/fcw-pos/
implementation 'eu.fbk.fcw:fcw-pos:0.1.1'
// https://jarcasting.com/artifacts/eu.fbk.fcw/fcw-pos/
implementation ("eu.fbk.fcw:fcw-pos:0.1.1")
'eu.fbk.fcw:fcw-pos:jar:0.1.1'
<dependency org="eu.fbk.fcw" name="fcw-pos" rev="0.1.1">
<artifact name="fcw-pos" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.fbk.fcw', module='fcw-pos', version='0.1.1')
)
libraryDependencies += "eu.fbk.fcw" % "fcw-pos" % "0.1.1"
[eu.fbk.fcw/fcw-pos "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
edu.stanford.nlp : stanford-corenlp | jar | 3.8.0 |
eu.fbk.utils : utils-corenlp | jar | 3.1 |