| License |
License |
|---|---|
| Categories |
CategoriesProtobuf Data Data Structures |
| GroupId | GroupIdcom.github.protobufel |
| ArtifactId | ArtifactIdglobs |
| Version | Version0.6 |
| Type | Typejar |
| Description |
DescriptionOpenJDK 7 Globs Repackaged and Minimally Modified
An OpenJDK 7 sun.nio.fs.Globs with null-annotations, some methods made public,
and the returned Pattern without first ^ and last $.
|
| Filename | Size |
|---|---|
| globs-0.6.pom | |
| globs-0.6.jar | 11 KB |
| globs-0.6-sources.jar | 3 KB |
| globs-0.6-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.protobufel/globs/ -->
<dependency>
<groupId>com.github.protobufel</groupId>
<artifactId>globs</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.protobufel/globs/
implementation 'com.github.protobufel:globs:0.6'
// https://jarcasting.com/artifacts/com.github.protobufel/globs/
implementation ("com.github.protobufel:globs:0.6")
'com.github.protobufel:globs:jar:0.6'
<dependency org="com.github.protobufel" name="globs" rev="0.6">
<artifact name="globs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.protobufel', module='globs', version='0.6')
)
libraryDependencies += "com.github.protobufel" % "globs" % "0.6"
[com.github.protobufel/globs "0.6"]