License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.extjwnl |
ArtifactId | ArtifactIdextjwnl |
Last Version | Last Version2.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionextJWNL
extJWNL (Extended Java WordNet Library) is a Java API for creating, reading and updating dictionaries
in WordNet format
|
Filename | Size |
---|---|
extjwnl-2.0.5.pom | |
extjwnl-2.0.5.jar | 228 KB |
extjwnl-2.0.5-sources.jar | 139 KB |
extjwnl-2.0.5-javadoc.jar | 700 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.extjwnl/extjwnl/ -->
<dependency>
<groupId>net.sf.extjwnl</groupId>
<artifactId>extjwnl</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.extjwnl/extjwnl/
implementation 'net.sf.extjwnl:extjwnl:2.0.5'
// https://jarcasting.com/artifacts/net.sf.extjwnl/extjwnl/
implementation ("net.sf.extjwnl:extjwnl:2.0.5")
'net.sf.extjwnl:extjwnl:jar:2.0.5'
<dependency org="net.sf.extjwnl" name="extjwnl" rev="2.0.5">
<artifact name="extjwnl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.extjwnl', module='extjwnl', version='2.0.5')
)
libraryDependencies += "net.sf.extjwnl" % "extjwnl" % "2.0.5"
[net.sf.extjwnl/extjwnl "2.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |
com.googlecode.concurrentlinkedhashmap : concurrentlinkedhashmap-lru | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
net.sf.extjwnl : extjwnl-data-wn31 | jar | 1.2 |
com.tngtech.java : junit-dataprovider | jar | 1.13.1 |
org.mockito : mockito-all | jar | 1.10.19 |