GroupId | GroupIdcom.github.robtimus |
---|---|
ArtifactId | ArtifactIdobfuscation-core |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
obfuscation-core-1.0.pom | |
obfuscation-core-1.0.jar | 100 KB |
obfuscation-core-1.0-sources.jar | 50 KB |
obfuscation-core-1.0-javadoc.jar | 142 KB |
Browse |
<!-- 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"]