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