GroupId | GroupIdcom.linkedin.dagli |
---|---|
ArtifactId | ArtifactIdword2vec |
Version | Version14.0.0-beta1 |
Type | Typejar |
Filename | Size |
---|---|
word2vec-14.0.0-beta1.pom | |
word2vec-14.0.0-beta1.jar | 8 KB |
word2vec-14.0.0-beta1-sources.jar | 5 KB |
word2vec-14.0.0-beta1-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linkedin.dagli/word2vec/ -->
<dependency>
<groupId>com.linkedin.dagli</groupId>
<artifactId>word2vec</artifactId>
<version>14.0.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.dagli/word2vec/
implementation 'com.linkedin.dagli:word2vec:14.0.0-beta1'
// https://jarcasting.com/artifacts/com.linkedin.dagli/word2vec/
implementation ("com.linkedin.dagli:word2vec:14.0.0-beta1")
'com.linkedin.dagli:word2vec:jar:14.0.0-beta1'
<dependency org="com.linkedin.dagli" name="word2vec" rev="14.0.0-beta1">
<artifact name="word2vec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.dagli', module='word2vec', version='14.0.0-beta1')
)
libraryDependencies += "com.linkedin.dagli" % "word2vec" % "14.0.0-beta1"
[com.linkedin.dagli/word2vec "14.0.0-beta1"]