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