License |
License |
---|---|
GroupId | GroupIdcom.github.robtimus |
ArtifactId | ArtifactIdobfuscation-core |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionobfuscation-core
Provides functionality for obfuscating text
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
obfuscation-core-1.4.pom | |
obfuscation-core-1.4.jar | 113 KB |
obfuscation-core-1.4-sources.jar | 54 KB |
obfuscation-core-1.4-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-core/ -->
<dependency>
<groupId>com.github.robtimus</groupId>
<artifactId>obfuscation-core</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-core/
implementation 'com.github.robtimus:obfuscation-core:1.4'
// https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-core/
implementation ("com.github.robtimus:obfuscation-core:1.4")
'com.github.robtimus:obfuscation-core:jar:1.4'
<dependency org="com.github.robtimus" name="obfuscation-core" rev="1.4">
<artifact name="obfuscation-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='obfuscation-core', version='1.4')
)
libraryDependencies += "com.github.robtimus" % "obfuscation-core" % "1.4"
[com.github.robtimus/obfuscation-core "1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 4.2.0 |