| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.michaelruocco |
| Идентификатор | Идентификаторfile-loader |
| Последняя версия | Последняя версия6.0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеfile-loader
Library to mask fields from a json payload based on json path configurations
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-io : commons-io | jar | 2.11.0 |
| org.slf4j : slf4j-api | jar | 1.7.32 |