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