License |
License |
---|---|
GroupId | GroupIdde.unkrig.commons |
ArtifactId | ArtifactIdcommons-text |
Last Version | Last Version1.2.16 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-text
de.unkrig.commons - A general-purpose Java class library
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-text-1.2.16.pom | |
commons-text-1.2.16.jar | 209 KB |
commons-text-1.2.16-sources.jar | 129 KB |
commons-text-1.2.16-javadoc.jar | 318 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.unkrig.commons/commons-text/ -->
<dependency>
<groupId>de.unkrig.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.2.16</version>
</dependency>
// https://jarcasting.com/artifacts/de.unkrig.commons/commons-text/
implementation 'de.unkrig.commons:commons-text:1.2.16'
// https://jarcasting.com/artifacts/de.unkrig.commons/commons-text/
implementation ("de.unkrig.commons:commons-text:1.2.16")
'de.unkrig.commons:commons-text:jar:1.2.16'
<dependency org="de.unkrig.commons" name="commons-text" rev="1.2.16">
<artifact name="commons-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unkrig.commons', module='commons-text', version='1.2.16')
)
libraryDependencies += "de.unkrig.commons" % "commons-text" % "1.2.16"
[de.unkrig.commons/commons-text "1.2.16"]
Group / Artifact | Type | Version |
---|---|---|
de.unkrig.commons : commons-lang | jar | 1.2.16 |
de.unkrig.commons : commons-reflect | jar | 1.2.16 |
de.unkrig.commons : commons-io | jar | 1.2.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |