Common file and directory scanning utilities
For more see the JavaDoc Documentation.
Happy coding,
David Tesler
License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdcom.github.protobufel |
ArtifactId | ArtifactIdcommon-files-v7 |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommon-files-v7
Common file and directory scanning utilities
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-files-v7-0.7.0.pom | |
common-files-v7-0.7.0.jar | 64 KB |
common-files-v7-0.7.0-sources.jar | 29 KB |
common-files-v7-0.7.0-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.protobufel/common-files-v7/ -->
<dependency>
<groupId>com.github.protobufel</groupId>
<artifactId>common-files-v7</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.protobufel/common-files-v7/
implementation 'com.github.protobufel:common-files-v7:0.7.0'
// https://jarcasting.com/artifacts/com.github.protobufel/common-files-v7/
implementation ("com.github.protobufel:common-files-v7:0.7.0")
'com.github.protobufel:common-files-v7:jar:0.7.0'
<dependency org="com.github.protobufel" name="common-files-v7" rev="0.7.0">
<artifact name="common-files-v7" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.protobufel', module='common-files-v7', version='0.7.0')
)
libraryDependencies += "com.github.protobufel" % "common-files-v7" % "0.7.0"
[com.github.protobufel/common-files-v7 "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jdt : org.eclipse.jdt.annotation | jar | 2.1.0 |
Group / Artifact | Type | Version |
---|---|---|
com.github.protobufel : globs | jar | 0.6 |
com.github.protobufel : common-verifications | jar | 0.6 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.2 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |
org.mockito : mockito-core | jar | 2.8.47 |
nl.jqno.equalsverifier : equalsverifier | jar | 1.5 |
com.google.guava : guava | jar | 18.0 |
org.assertj : assertj-core | jar | [1.7.0, 2.0.0) |
Happy coding,
David Tesler