is not current version
Last Version 1.2

de.uni-mannheim.informatik.dws:jrdf2vec 1.0

jRDF2Vec is a Java implementation of RDF2Vec. It supports multi-threaded, in-memory (or disk-access-based) walk generation and training.

Categories

Categories

ORM Data
GroupId

GroupId

de.uni-mannheim.informatik.dws
ArtifactId

ArtifactId

jrdf2vec
Version

Version

1.0
Type

Type

jar

Download jrdf2vec 1.0


<!-- 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"]