License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.robtimus |
ArtifactId | ArtifactIdobfuscation-json |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionobfuscation-json
Provides functionality for obfuscating JSON using the Java API for Processing JSON (JSR 374)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
obfuscation-json-1.2.pom | |
obfuscation-json-1.2.jar | 34 KB |
obfuscation-json-1.2-sources.jar | 20 KB |
obfuscation-json-1.2-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-json/ -->
<dependency>
<groupId>com.github.robtimus</groupId>
<artifactId>obfuscation-json</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-json/
implementation 'com.github.robtimus:obfuscation-json:1.2'
// https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-json/
implementation ("com.github.robtimus:obfuscation-json:1.2")
'com.github.robtimus:obfuscation-json:jar:1.2'
<dependency org="com.github.robtimus" name="obfuscation-json" rev="1.2">
<artifact name="obfuscation-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='obfuscation-json', version='1.2')
)
libraryDependencies += "com.github.robtimus" % "obfuscation-json" % "1.2"
[com.github.robtimus/obfuscation-json "1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.robtimus : obfuscation-core | jar | 1.4 |
jakarta.json : jakarta.json-api | jar | 1.1.6 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish : jakarta.json | jar | 1.1.6 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-nop | jar | 1.7.32 |
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 4.2.0 |