is not current version
Last Version 1.4

com.github.robtimus:obfuscation-core 1.0

Provides functionality for obfuscating text

GroupId

GroupId

com.github.robtimus
ArtifactId

ArtifactId

obfuscation-core
Version

Version

1.0
Type

Type

jar

Download obfuscation-core 1.0


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