License |
License |
---|---|
GroupId | GroupIdorg.sklsft.commons |
ArtifactId | ArtifactIdcommons-text |
Version | Version3.1.6 |
Type | Typejar |
Description |
DescriptionCommons Text
Commons Text
|
Filename | Size |
---|---|
commons-text-3.1.6.pom | |
commons-text-3.1.6.jar | 7 KB |
commons-text-3.1.6-sources.jar | 3 KB |
commons-text-3.1.6-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sklsft.commons/commons-text/ -->
<dependency>
<groupId>org.sklsft.commons</groupId>
<artifactId>commons-text</artifactId>
<version>3.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-text/
implementation 'org.sklsft.commons:commons-text:3.1.6'
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-text/
implementation ("org.sklsft.commons:commons-text:3.1.6")
'org.sklsft.commons:commons-text:jar:3.1.6'
<dependency org="org.sklsft.commons" name="commons-text" rev="3.1.6">
<artifact name="commons-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sklsft.commons', module='commons-text', version='3.1.6')
)
libraryDependencies += "org.sklsft.commons" % "commons-text" % "3.1.6"
[org.sklsft.commons/commons-text "3.1.6"]
Group / Artifact | Type | Version |
---|---|---|
org.sklsft.commons : commons-api | jar | 3.1.6 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |