Categories |
CategoriesNet |
---|---|
GroupId | GroupIdio.github.starlangsoftware |
ArtifactId | ArtifactIdWordNet |
Version | Version1.0.40 |
Type | Typejar |
Filename | Size |
---|---|
WordNet-1.0.40.pom | |
WordNet-1.0.40.jar | 20 MB |
WordNet-1.0.40-sources.jar | 11 MB |
WordNet-1.0.40-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.starlangsoftware/WordNet/ -->
<dependency>
<groupId>io.github.starlangsoftware</groupId>
<artifactId>WordNet</artifactId>
<version>1.0.40</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.starlangsoftware/WordNet/
implementation 'io.github.starlangsoftware:WordNet:1.0.40'
// https://jarcasting.com/artifacts/io.github.starlangsoftware/WordNet/
implementation ("io.github.starlangsoftware:WordNet:1.0.40")
'io.github.starlangsoftware:WordNet:jar:1.0.40'
<dependency org="io.github.starlangsoftware" name="WordNet" rev="1.0.40">
<artifact name="WordNet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.starlangsoftware', module='WordNet', version='1.0.40')
)
libraryDependencies += "io.github.starlangsoftware" % "WordNet" % "1.0.40"
[io.github.starlangsoftware/WordNet "1.0.40"]