License |
License |
---|---|
GroupId | GroupIdcom.github.ansell.semargl |
ArtifactId | ArtifactIdsemargl-rdf |
Version | Version0.5 |
Type | Typejar |
Description |
DescriptionSemargl: RDF
Semargl is a modular framework for crawling linked data from structured documents.
The main goal of project is to provide lightweight and performant tool without excess dependencies.
|
Filename | Size |
---|---|
semargl-rdf-0.5.pom | |
semargl-rdf-0.5.jar | 19 KB |
semargl-rdf-0.5-tests.jar | 320 KB |
semargl-rdf-0.5-sources.jar | 12 KB |
semargl-rdf-0.5-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ansell.semargl/semargl-rdf/ -->
<dependency>
<groupId>com.github.ansell.semargl</groupId>
<artifactId>semargl-rdf</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ansell.semargl/semargl-rdf/
implementation 'com.github.ansell.semargl:semargl-rdf:0.5'
// https://jarcasting.com/artifacts/com.github.ansell.semargl/semargl-rdf/
implementation ("com.github.ansell.semargl:semargl-rdf:0.5")
'com.github.ansell.semargl:semargl-rdf:jar:0.5'
<dependency org="com.github.ansell.semargl" name="semargl-rdf" rev="0.5">
<artifact name="semargl-rdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ansell.semargl', module='semargl-rdf', version='0.5')
)
libraryDependencies += "com.github.ansell.semargl" % "semargl-rdf" % "0.5"
[com.github.ansell.semargl/semargl-rdf "0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ansell.semargl : semargl-core | jar | 0.5 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.jena : jena-core | jar | 2.7.4 |
org.apache.jena : jena-arq | jar | 2.9.4 |
commons-io : commons-io | jar | 2.4 |
org.testng : testng | jar | 6.8 |