GroupId | GroupIdcom.ontotext.graphdb |
---|---|
ArtifactId | ArtifactIdgraphdb-free-runtime |
Version | Version8.0.4 |
Type | Typejar |
Filename | Size |
---|---|
graphdb-free-runtime-8.0.4.pom | |
graphdb-free-runtime-8.0.4.jar | 2 MB |
graphdb-free-runtime-8.0.4-sources.jar | 513 bytes |
graphdb-free-runtime-8.0.4-javadoc.jar | 519 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.ontotext.graphdb/graphdb-free-runtime/ -->
<dependency>
<groupId>com.ontotext.graphdb</groupId>
<artifactId>graphdb-free-runtime</artifactId>
<version>8.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.ontotext.graphdb/graphdb-free-runtime/
implementation 'com.ontotext.graphdb:graphdb-free-runtime:8.0.4'
// https://jarcasting.com/artifacts/com.ontotext.graphdb/graphdb-free-runtime/
implementation ("com.ontotext.graphdb:graphdb-free-runtime:8.0.4")
'com.ontotext.graphdb:graphdb-free-runtime:jar:8.0.4'
<dependency org="com.ontotext.graphdb" name="graphdb-free-runtime" rev="8.0.4">
<artifact name="graphdb-free-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ontotext.graphdb', module='graphdb-free-runtime', version='8.0.4')
)
libraryDependencies += "com.ontotext.graphdb" % "graphdb-free-runtime" % "8.0.4"
[com.ontotext.graphdb/graphdb-free-runtime "8.0.4"]