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