License |
License |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdfile-loader |
Version | Version6.0.1 |
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.1.pom | |
file-loader-6.0.1.jar | 20 KB |
file-loader-6.0.1-sources.jar | 12 KB |
file-loader-6.0.1-javadoc.jar | 481 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/file-loader/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>file-loader</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/file-loader/
implementation 'com.github.michaelruocco:file-loader:6.0.1'
// https://jarcasting.com/artifacts/com.github.michaelruocco/file-loader/
implementation ("com.github.michaelruocco:file-loader:6.0.1")
'com.github.michaelruocco:file-loader:jar:6.0.1'
<dependency org="com.github.michaelruocco" name="file-loader" rev="6.0.1">
<artifact name="file-loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='file-loader', version='6.0.1')
)
libraryDependencies += "com.github.michaelruocco" % "file-loader" % "6.0.1"
[com.github.michaelruocco/file-loader "6.0.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.8.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |