GroupId | GroupIdcom.blazegraph |
---|---|
ArtifactId | ArtifactIdrdf-properties |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
rdf-properties-2.1.0.pom | |
rdf-properties-2.1.0.jar | 21 KB |
rdf-properties-2.1.0-sources.jar | 36 KB |
rdf-properties-2.1.0-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.blazegraph/rdf-properties/ -->
<dependency>
<groupId>com.blazegraph</groupId>
<artifactId>rdf-properties</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.blazegraph/rdf-properties/
implementation 'com.blazegraph:rdf-properties:2.1.0'
// https://jarcasting.com/artifacts/com.blazegraph/rdf-properties/
implementation ("com.blazegraph:rdf-properties:2.1.0")
'com.blazegraph:rdf-properties:jar:2.1.0'
<dependency org="com.blazegraph" name="rdf-properties" rev="2.1.0">
<artifact name="rdf-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blazegraph', module='rdf-properties', version='2.1.0')
)
libraryDependencies += "com.blazegraph" % "rdf-properties" % "2.1.0"
[com.blazegraph/rdf-properties "2.1.0"]