Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdjson-masker |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
json-masker-1.0.6.pom | |
json-masker-1.0.6.jar | 9 KB |
json-masker-1.0.6-sources.jar | 3 KB |
json-masker-1.0.6-javadoc.jar | 398 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/json-masker/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>json-masker</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/json-masker/
implementation 'com.github.michaelruocco:json-masker:1.0.6'
// https://jarcasting.com/artifacts/com.github.michaelruocco/json-masker/
implementation ("com.github.michaelruocco:json-masker:1.0.6")
'com.github.michaelruocco:json-masker:jar:1.0.6'
<dependency org="com.github.michaelruocco" name="json-masker" rev="1.0.6">
<artifact name="json-masker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='json-masker', version='1.0.6')
)
libraryDependencies += "com.github.michaelruocco" % "json-masker" % "1.0.6"
[com.github.michaelruocco/json-masker "1.0.6"]