is not current version
Last Version 1.4_rc3

net.sf.jwordnet:jwnl 1.3.3

JWNL is an API for accessing WordNet-style relational dictionaries. It also provides functionality beyond data access, such as relationship discovery and morphological processing.

Categories

Categories

Net
GroupId

GroupId

net.sf.jwordnet
ArtifactId

ArtifactId

jwnl
Version

Version

1.3.3
Type

Type

jar

Download jwnl 1.3.3


<!-- https://jarcasting.com/artifacts/net.sf.jwordnet/jwnl/ -->
<dependency>
    <groupId>net.sf.jwordnet</groupId>
    <artifactId>jwnl</artifactId>
    <version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jwordnet/jwnl/
implementation 'net.sf.jwordnet:jwnl:1.3.3'
// https://jarcasting.com/artifacts/net.sf.jwordnet/jwnl/
implementation ("net.sf.jwordnet:jwnl:1.3.3")
'net.sf.jwordnet:jwnl:jar:1.3.3'
<dependency org="net.sf.jwordnet" name="jwnl" rev="1.3.3">
  <artifact name="jwnl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jwordnet', module='jwnl', version='1.3.3')
)
libraryDependencies += "net.sf.jwordnet" % "jwnl" % "1.3.3"
[net.sf.jwordnet/jwnl "1.3.3"]