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