License |
License |
---|---|
GroupId | GroupIdcom.github.robtimus |
ArtifactId | ArtifactIdobfuscation-http |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionobfuscation-http
Provides functionality for obfuscating HTTP requests and responses
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
obfuscation-http-1.0.1.pom | |
obfuscation-http-1.0.1.jar | 15 KB |
obfuscation-http-1.0.1-sources.jar | 12 KB |
obfuscation-http-1.0.1-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-http/ -->
<dependency>
<groupId>com.github.robtimus</groupId>
<artifactId>obfuscation-http</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-http/
implementation 'com.github.robtimus:obfuscation-http:1.0.1'
// https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-http/
implementation ("com.github.robtimus:obfuscation-http:1.0.1")
'com.github.robtimus:obfuscation-http:jar:1.0.1'
<dependency org="com.github.robtimus" name="obfuscation-http" rev="1.0.1">
<artifact name="obfuscation-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='obfuscation-http', version='1.0.1')
)
libraryDependencies += "com.github.robtimus" % "obfuscation-http" % "1.0.1"
[com.github.robtimus/obfuscation-http "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.robtimus : obfuscation-core | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 3.5.13 |