License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.robtimus |
ArtifactId | ArtifactIdobfuscation-json |
Version | Version1.0.1 |
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.0.1.pom | |
obfuscation-json-1.0.1.jar | 29 KB |
obfuscation-json-1.0.1-sources.jar | 18 KB |
obfuscation-json-1.0.1-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-json/ -->
<dependency>
<groupId>com.github.robtimus</groupId>
<artifactId>obfuscation-json</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-json/
implementation 'com.github.robtimus:obfuscation-json:1.0.1'
// https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-json/
implementation ("com.github.robtimus:obfuscation-json:1.0.1")
'com.github.robtimus:obfuscation-json:jar:1.0.1'
<dependency org="com.github.robtimus" name="obfuscation-json" rev="1.0.1">
<artifact name="obfuscation-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='obfuscation-json', version='1.0.1')
)
libraryDependencies += "com.github.robtimus" % "obfuscation-json" % "1.0.1"
[com.github.robtimus/obfuscation-json "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.robtimus : obfuscation-core | jar | 1.3 |
javax.json : javax.json-api | jar | 1.1.4 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish : javax.json | jar | 1.1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-nop | jar | 1.7.30 |
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 3.5.13 |