GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdorg.tinygroup.stopword |
Version | Version3.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.stopword/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.stopword</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.stopword/
implementation 'org.tinygroup:org.tinygroup.stopword:3.1.1'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.stopword/
implementation ("org.tinygroup:org.tinygroup.stopword:3.1.1")
'org.tinygroup:org.tinygroup.stopword:jar:3.1.1'
<dependency org="org.tinygroup" name="org.tinygroup.stopword" rev="3.1.1">
<artifact name="org.tinygroup.stopword" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.stopword', version='3.1.1')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.stopword" % "3.1.1"
[org.tinygroup/org.tinygroup.stopword "3.1.1"]