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