License |
License
GNU Lesser General Public License Version 3
|
---|---|
GroupId | GroupIdorg.shredzone.commons |
ArtifactId | ArtifactIdcommons-text |
Last Version | Last Version2.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionShredzone Commons: Text
Shredzone Commons: Text Filters and Formatters
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-text-2.8.pom | |
commons-text-2.8.jar | 20 KB |
commons-text-2.8-sources.jar | 21 KB |
commons-text-2.8-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.shredzone.commons/commons-text/ -->
<dependency>
<groupId>org.shredzone.commons</groupId>
<artifactId>commons-text</artifactId>
<version>2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-text/
implementation 'org.shredzone.commons:commons-text:2.8'
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-text/
implementation ("org.shredzone.commons:commons-text:2.8")
'org.shredzone.commons:commons-text:jar:2.8'
<dependency org="org.shredzone.commons" name="commons-text" rev="2.8">
<artifact name="commons-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shredzone.commons', module='commons-text', version='2.8')
)
libraryDependencies += "org.shredzone.commons" % "commons-text" % "2.8"
[org.shredzone.commons/commons-text "2.8"]
Group / Artifact | Type | Version |
---|---|---|
org.commonmark : commonmark | jar | 0.18.0 |
org.commonmark : commonmark-ext-gfm-tables | jar | 0.18.0 |
org.commonmark : commonmark-ext-heading-anchor | jar | 0.18.0 |
org.commonmark : commonmark-ext-task-list-items | jar | 0.18.0 |
org.commonmark : commonmark-ext-gfm-strikethrough | jar | 0.18.0 |
org.commonmark : commonmark-ext-autolink | jar | 0.18.0 |
org.eclipse.mylyn.docs : org.eclipse.mylyn.wikitext | jar | 3.0.39 |
org.eclipse.mylyn.docs : org.eclipse.mylyn.wikitext.textile | jar | 3.0.39 |
com.github.spotbugs : spotbugs-annotations Optional | jar | 4.3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |