globs

OpenJDK 7 Globs Repackaged and Minimally Modified

License

License

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

com.github.protobufel
ArtifactId

ArtifactId

regex-globs
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

globs
OpenJDK 7 Globs Repackaged and Minimally Modified
Project URL

Project URL

https://github.com/protobufel/regex-globs
Source Code Management

Source Code Management

https://github.com/protobufel/regex-globs

Download regex-globs

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.protobufel/regex-globs/ -->
<dependency>
    <groupId>com.github.protobufel</groupId>
    <artifactId>regex-globs</artifactId>
    <version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.protobufel/regex-globs/
implementation 'com.github.protobufel:regex-globs:0.7.0'
// https://jarcasting.com/artifacts/com.github.protobufel/regex-globs/
implementation ("com.github.protobufel:regex-globs:0.7.0")
'com.github.protobufel:regex-globs:jar:0.7.0'
<dependency org="com.github.protobufel" name="regex-globs" rev="0.7.0">
  <artifact name="regex-globs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.protobufel', module='regex-globs', version='0.7.0')
)
libraryDependencies += "com.github.protobufel" % "regex-globs" % "0.7.0"
[com.github.protobufel/regex-globs "0.7.0"]

Dependencies

test (6)

Group / Artifact Type Version
com.github.protobufel : java-common-test jar 0.1.0
junit : junit jar 4.12
org.assertj : assertj-core jar 3.8.0
com.google.guava : guava jar 22.0
com.google.guava : guava-testlib jar 22.0
pl.pragmatists : JUnitParams jar 1.1.0

Project Modules

There are no modules declared in this project.

Travis branch codecov Maven Central

OpenJDK 7 Globs Repackaged and Minimally Modified

  • An utility for a glob to regex conversion.
  • This is a near mirror of the OpenJDK 7 {@code sun.nio.fs.Globs} with some methods made public, and the returned Pattern without first ^ and last $.

For more see the JavaDoc Documentation.

Happy coding,

David Tesler

Versions

Version
0.7.0