RegUtils

A library targeted to reduce redundant coding of using java.util.regex.* class

License

License

GroupId

GroupId

me.xethh.utils
ArtifactId

ArtifactId

RegUtils
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

RegUtils
A library targeted to reduce redundant coding of using java.util.regex.* class
Project URL

Project URL

https://github.com/xh-dev/RegUtils
Source Code Management

Source Code Management

http://github.com/xh-dev/RegUtils/tree/master

Download RegUtils

How to add to project

<!-- https://jarcasting.com/artifacts/me.xethh.utils/RegUtils/ -->
<dependency>
    <groupId>me.xethh.utils</groupId>
    <artifactId>RegUtils</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.xethh.utils/RegUtils/
implementation 'me.xethh.utils:RegUtils:1.0.2'
// https://jarcasting.com/artifacts/me.xethh.utils/RegUtils/
implementation ("me.xethh.utils:RegUtils:1.0.2")
'me.xethh.utils:RegUtils:jar:1.0.2'
<dependency org="me.xethh.utils" name="RegUtils" rev="1.0.2">
  <artifact name="RegUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xethh.utils', module='RegUtils', version='1.0.2')
)
libraryDependencies += "me.xethh.utils" % "RegUtils" % "1.0.2"
[me.xethh.utils/RegUtils "1.0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
me.xethh.utils : functional-packs jar 1.0.0
org.slf4j : slf4j-api jar 1.7.30
me.xethh.utils : DateUtils jar 6.0.0.RC9

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1