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