License |
License |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdfile-loader |
Last Version | Last Version6.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfile-loader
Library to mask fields from a json payload based on json path configurations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
file-loader-6.0.5.pom | |
file-loader-6.0.5.jar | 13 KB |
file-loader-6.0.5-sources.jar | 8 KB |
file-loader-6.0.5-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/file-loader/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>file-loader</artifactId>
<version>6.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/file-loader/
implementation 'com.github.michaelruocco:file-loader:6.0.5'
// https://jarcasting.com/artifacts/com.github.michaelruocco/file-loader/
implementation ("com.github.michaelruocco:file-loader:6.0.5")
'com.github.michaelruocco:file-loader:jar:6.0.5'
<dependency org="com.github.michaelruocco" name="file-loader" rev="6.0.5">
<artifact name="file-loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='file-loader', version='6.0.5')
)
libraryDependencies += "com.github.michaelruocco" % "file-loader" % "6.0.5"
[com.github.michaelruocco/file-loader "6.0.5"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.11.0 |
org.slf4j : slf4j-api | jar | 1.7.32 |