| License |
License |
|---|---|
| GroupId | GroupIdeu.fbk.fcw |
| ArtifactId | ArtifactIdfcw-languagetool-api |
| Version | Version0.2 |
| Type | Typejar |
| Description |
DescriptionA collection of Stanford CoreNLP wrappers
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/eu.fbk.fcw/fcw-languagetool-api/ -->
<dependency>
<groupId>eu.fbk.fcw</groupId>
<artifactId>fcw-languagetool-api</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.fbk.fcw/fcw-languagetool-api/
implementation 'eu.fbk.fcw:fcw-languagetool-api:0.2'
// https://jarcasting.com/artifacts/eu.fbk.fcw/fcw-languagetool-api/
implementation ("eu.fbk.fcw:fcw-languagetool-api:0.2")
'eu.fbk.fcw:fcw-languagetool-api:jar:0.2'
<dependency org="eu.fbk.fcw" name="fcw-languagetool-api" rev="0.2">
<artifact name="fcw-languagetool-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.fbk.fcw', module='fcw-languagetool-api', version='0.2')
)
libraryDependencies += "eu.fbk.fcw" % "fcw-languagetool-api" % "0.2"
[eu.fbk.fcw/fcw-languagetool-api "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| edu.stanford.nlp : stanford-corenlp | jar | 4.2.0 |
| eu.fbk.utils : utils-gson | jar | 3.2 |
| com.google.code.gson : gson | jar | 2.8.0 |