Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdde.uni-mannheim.informatik.dws |
ArtifactId | ArtifactIdjrdf2vec |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
jrdf2vec-1.0.pom | |
jrdf2vec-1.0.jar | 21 MB |
jrdf2vec-1.0-sources.jar | 69 KB |
jrdf2vec-1.0-javadoc.jar | 676 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.uni-mannheim.informatik.dws/jrdf2vec/ -->
<dependency>
<groupId>de.uni-mannheim.informatik.dws</groupId>
<artifactId>jrdf2vec</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.uni-mannheim.informatik.dws/jrdf2vec/
implementation 'de.uni-mannheim.informatik.dws:jrdf2vec:1.0'
// https://jarcasting.com/artifacts/de.uni-mannheim.informatik.dws/jrdf2vec/
implementation ("de.uni-mannheim.informatik.dws:jrdf2vec:1.0")
'de.uni-mannheim.informatik.dws:jrdf2vec:jar:1.0'
<dependency org="de.uni-mannheim.informatik.dws" name="jrdf2vec" rev="1.0">
<artifact name="jrdf2vec" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.uni-mannheim.informatik.dws', module='jrdf2vec', version='1.0')
)
libraryDependencies += "de.uni-mannheim.informatik.dws" % "jrdf2vec" % "1.0"
[de.uni-mannheim.informatik.dws/jrdf2vec "1.0"]