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