GroupId | GroupIdorg.nlpub |
---|---|
ArtifactId | ArtifactIdwatset |
Version | Version2.3.1 |
Type | Typejar |
Filename | Size |
---|---|
watset-2.3.1.pom | |
watset-2.3.1.jar | 112 KB |
watset-2.3.1-sources.jar | 71 KB |
watset-2.3.1-javadoc.jar | 749 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nlpub/watset/ -->
<dependency>
<groupId>org.nlpub</groupId>
<artifactId>watset</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.nlpub/watset/
implementation 'org.nlpub:watset:2.3.1'
// https://jarcasting.com/artifacts/org.nlpub/watset/
implementation ("org.nlpub:watset:2.3.1")
'org.nlpub:watset:jar:2.3.1'
<dependency org="org.nlpub" name="watset" rev="2.3.1">
<artifact name="watset" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nlpub', module='watset', version='2.3.1')
)
libraryDependencies += "org.nlpub" % "watset" % "2.3.1"
[org.nlpub/watset "2.3.1"]