GroupId | GroupIdit.uniroma2.art.sheet2rdf |
---|---|
ArtifactId | ArtifactIdsheet2rdf-core |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
sheet2rdf-core-2.0.pom | |
sheet2rdf-core-2.0.jar | 63 KB |
sheet2rdf-core-2.0-tests.jar | 81 KB |
sheet2rdf-core-2.0-test-sources.jar | 66 KB |
sheet2rdf-core-2.0-sources.jar | 45 KB |
sheet2rdf-core-2.0-javadoc.jar | 203 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.uniroma2.art.sheet2rdf/sheet2rdf-core/ -->
<dependency>
<groupId>it.uniroma2.art.sheet2rdf</groupId>
<artifactId>sheet2rdf-core</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/it.uniroma2.art.sheet2rdf/sheet2rdf-core/
implementation 'it.uniroma2.art.sheet2rdf:sheet2rdf-core:2.0'
// https://jarcasting.com/artifacts/it.uniroma2.art.sheet2rdf/sheet2rdf-core/
implementation ("it.uniroma2.art.sheet2rdf:sheet2rdf-core:2.0")
'it.uniroma2.art.sheet2rdf:sheet2rdf-core:jar:2.0'
<dependency org="it.uniroma2.art.sheet2rdf" name="sheet2rdf-core" rev="2.0">
<artifact name="sheet2rdf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.uniroma2.art.sheet2rdf', module='sheet2rdf-core', version='2.0')
)
libraryDependencies += "it.uniroma2.art.sheet2rdf" % "sheet2rdf-core" % "2.0"
[it.uniroma2.art.sheet2rdf/sheet2rdf-core "2.0"]