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