is not current version
Last Version 1.7.6

it.uniroma2.art.coda:coda 1.1.2

CODA (Computer-aided Ontology Development Architecture) is an architecture and an associated Java framework for the RDF triplification of UIMA results from analysis of unstructured content.

GroupId

GroupId

it.uniroma2.art.coda
ArtifactId

ArtifactId

coda
Version

Version

1.1.2
Type

Type

pom

Download coda 1.1.2

Filename Size
coda-1.1.2.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/it.uniroma2.art.coda/coda/ -->
<dependency>
    <groupId>it.uniroma2.art.coda</groupId>
    <artifactId>coda</artifactId>
    <version>1.1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.uniroma2.art.coda/coda/
implementation 'it.uniroma2.art.coda:coda:1.1.2'
// https://jarcasting.com/artifacts/it.uniroma2.art.coda/coda/
implementation ("it.uniroma2.art.coda:coda:1.1.2")
'it.uniroma2.art.coda:coda:pom:1.1.2'
<dependency org="it.uniroma2.art.coda" name="coda" rev="1.1.2">
  <artifact name="coda" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.uniroma2.art.coda', module='coda', version='1.1.2')
)
libraryDependencies += "it.uniroma2.art.coda" % "coda" % "1.1.2"
[it.uniroma2.art.coda/coda "1.1.2"]