GroupId | GroupIdio.github.galbiston |
---|---|
ArtifactId | ArtifactIdrdf-tables |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
rdf-tables-1.0.3.pom | |
rdf-tables-1.0.3.jar | 35 KB |
rdf-tables-1.0.3-sources.jar | 25 KB |
rdf-tables-1.0.3-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.galbiston/rdf-tables/ -->
<dependency>
<groupId>io.github.galbiston</groupId>
<artifactId>rdf-tables</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.galbiston/rdf-tables/
implementation 'io.github.galbiston:rdf-tables:1.0.3'
// https://jarcasting.com/artifacts/io.github.galbiston/rdf-tables/
implementation ("io.github.galbiston:rdf-tables:1.0.3")
'io.github.galbiston:rdf-tables:jar:1.0.3'
<dependency org="io.github.galbiston" name="rdf-tables" rev="1.0.3">
<artifact name="rdf-tables" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.galbiston', module='rdf-tables', version='1.0.3')
)
libraryDependencies += "io.github.galbiston" % "rdf-tables" % "1.0.3"
[io.github.galbiston/rdf-tables "1.0.3"]