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