License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.pwall.text |
ArtifactId | ArtifactIdtextmatcher |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionText Matcher
Text matching functions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
textmatcher-1.1.pom | |
textmatcher-1.1.jar | 7 KB |
textmatcher-1.1-sources.jar | 7 KB |
textmatcher-1.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.text/textmatcher/ -->
<dependency>
<groupId>net.pwall.text</groupId>
<artifactId>textmatcher</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.text/textmatcher/
implementation 'net.pwall.text:textmatcher:1.1'
// https://jarcasting.com/artifacts/net.pwall.text/textmatcher/
implementation ("net.pwall.text:textmatcher:1.1")
'net.pwall.text:textmatcher:jar:1.1'
<dependency org="net.pwall.text" name="textmatcher" rev="1.1">
<artifact name="textmatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.text', module='textmatcher', version='1.1')
)
libraryDependencies += "net.pwall.text" % "textmatcher" % "1.1"
[net.pwall.text/textmatcher "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |