GroupId | GroupIdcom.mysema.rdf |
---|---|
ArtifactId | ArtifactIdrdfbean-demo |
Version | Version1.2.11 |
Type | Typejar |
Filename | Size |
---|---|
rdfbean-demo-1.2.11.pom | |
rdfbean-demo-1.2.11.jar | 51 KB |
rdfbean-demo-1.2.11-sources.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mysema.rdf/rdfbean-demo/ -->
<dependency>
<groupId>com.mysema.rdf</groupId>
<artifactId>rdfbean-demo</artifactId>
<version>1.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.mysema.rdf/rdfbean-demo/
implementation 'com.mysema.rdf:rdfbean-demo:1.2.11'
// https://jarcasting.com/artifacts/com.mysema.rdf/rdfbean-demo/
implementation ("com.mysema.rdf:rdfbean-demo:1.2.11")
'com.mysema.rdf:rdfbean-demo:jar:1.2.11'
<dependency org="com.mysema.rdf" name="rdfbean-demo" rev="1.2.11">
<artifact name="rdfbean-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mysema.rdf', module='rdfbean-demo', version='1.2.11')
)
libraryDependencies += "com.mysema.rdf" % "rdfbean-demo" % "1.2.11"
[com.mysema.rdf/rdfbean-demo "1.2.11"]