License |
License |
---|---|
GroupId | GroupIdcom.stevesoft.pat |
ArtifactId | ArtifactIdpat |
Last Version | Last Version1.5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStevesoft Pat Regex
Regular Expressions in Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
pat-1.5.3.pom | |
pat-1.5.3.jar | 188 KB |
pat-1.5.3-sources.jar | 132 KB |
pat-1.5.3-javadoc.jar | 210 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stevesoft.pat/pat/ -->
<dependency>
<groupId>com.stevesoft.pat</groupId>
<artifactId>pat</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.stevesoft.pat/pat/
implementation 'com.stevesoft.pat:pat:1.5.3'
// https://jarcasting.com/artifacts/com.stevesoft.pat/pat/
implementation ("com.stevesoft.pat:pat:1.5.3")
'com.stevesoft.pat:pat:jar:1.5.3'
<dependency org="com.stevesoft.pat" name="pat" rev="1.5.3">
<artifact name="pat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stevesoft.pat', module='pat', version='1.5.3')
)
libraryDependencies += "com.stevesoft.pat" % "pat" % "1.5.3"
[com.stevesoft.pat/pat "1.5.3"]