GroupId | GroupIdorg.xbib |
---|---|
ArtifactId | ArtifactIdcontent-rdf |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
content-rdf-1.3.1.pom | |
content-rdf-1.3.1.jar | 156 KB |
content-rdf-1.3.1-sources.jar | 83 KB |
content-rdf-1.3.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/content-rdf/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>content-rdf</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/content-rdf/
implementation 'org.xbib:content-rdf:1.3.1'
// https://jarcasting.com/artifacts/org.xbib/content-rdf/
implementation ("org.xbib:content-rdf:1.3.1")
'org.xbib:content-rdf:jar:1.3.1'
<dependency org="org.xbib" name="content-rdf" rev="1.3.1">
<artifact name="content-rdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='content-rdf', version='1.3.1')
)
libraryDependencies += "org.xbib" % "content-rdf" % "1.3.1"
[org.xbib/content-rdf "1.3.1"]