is not current version
Last Version 1.2

com.github.robtimus:obfuscation-json 1.0

Provides functionality for obfuscating JSON using the Java API for Processing JSON (JSR 374)

Categories

Categories

JSON Data
GroupId

GroupId

com.github.robtimus
ArtifactId

ArtifactId

obfuscation-json
Version

Version

1.0
Type

Type

jar

Download obfuscation-json 1.0


<!-- https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-json/ -->
<dependency>
    <groupId>com.github.robtimus</groupId>
    <artifactId>obfuscation-json</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-json/
implementation 'com.github.robtimus:obfuscation-json:1.0'
// https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-json/
implementation ("com.github.robtimus:obfuscation-json:1.0")
'com.github.robtimus:obfuscation-json:jar:1.0'
<dependency org="com.github.robtimus" name="obfuscation-json" rev="1.0">
  <artifact name="obfuscation-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='obfuscation-json', version='1.0')
)
libraryDependencies += "com.github.robtimus" % "obfuscation-json" % "1.0"
[com.github.robtimus/obfuscation-json "1.0"]