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