GroupId | GroupIdorg.shredzone.commons |
---|---|
ArtifactId | ArtifactIdcommons-text |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-text-2.0.pom | |
commons-text-2.0.jar | 20 KB |
commons-text-2.0-sources.jar | 19 KB |
commons-text-2.0-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.shredzone.commons/commons-text/ -->
<dependency>
<groupId>org.shredzone.commons</groupId>
<artifactId>commons-text</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-text/
implementation 'org.shredzone.commons:commons-text:2.0'
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-text/
implementation ("org.shredzone.commons:commons-text:2.0")
'org.shredzone.commons:commons-text:jar:2.0'
<dependency org="org.shredzone.commons" name="commons-text" rev="2.0">
<artifact name="commons-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shredzone.commons', module='commons-text', version='2.0')
)
libraryDependencies += "org.shredzone.commons" % "commons-text" % "2.0"
[org.shredzone.commons/commons-text "2.0"]