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