License |
License |
---|---|
Categories |
CategoriesAnt Build Tools CSV Data Data Formats |
GroupId | GroupIdcom.github.ozcanturkmen |
ArtifactId | ArtifactIdontocsv |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptioncom.github.ozcanturkmen:ontocsv
OntoCSV is a Java library that can be used to populate OWL ontology classes with instances provided via a CSV file
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ontocsv-1.0.pom | |
ontocsv-1.0.jar | 16 KB |
ontocsv-1.0-tests.jar | 11 KB |
ontocsv-1.0-sources.jar | 9 KB |
ontocsv-1.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ozcanturkmen/ontocsv/ -->
<dependency>
<groupId>com.github.ozcanturkmen</groupId>
<artifactId>ontocsv</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ozcanturkmen/ontocsv/
implementation 'com.github.ozcanturkmen:ontocsv:1.0'
// https://jarcasting.com/artifacts/com.github.ozcanturkmen/ontocsv/
implementation ("com.github.ozcanturkmen:ontocsv:1.0")
'com.github.ozcanturkmen:ontocsv:jar:1.0'
<dependency org="com.github.ozcanturkmen" name="ontocsv" rev="1.0">
<artifact name="ontocsv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ozcanturkmen', module='ontocsv', version='1.0')
)
libraryDependencies += "com.github.ozcanturkmen" % "ontocsv" % "1.0"
[com.github.ozcanturkmen/ontocsv "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.jena : apache-jena-libs | pom | 3.14.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.10.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |