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