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