GroupId | GroupIdcom.github.robtimus |
---|---|
ArtifactId | ArtifactIdobfuscation-yaml |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
obfuscation-yaml-1.0.pom | |
obfuscation-yaml-1.0.jar | 22 KB |
obfuscation-yaml-1.0-sources.jar | 12 KB |
obfuscation-yaml-1.0-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-yaml/ -->
<dependency>
<groupId>com.github.robtimus</groupId>
<artifactId>obfuscation-yaml</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-yaml/
implementation 'com.github.robtimus:obfuscation-yaml:1.0'
// https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-yaml/
implementation ("com.github.robtimus:obfuscation-yaml:1.0")
'com.github.robtimus:obfuscation-yaml:jar:1.0'
<dependency org="com.github.robtimus" name="obfuscation-yaml" rev="1.0">
<artifact name="obfuscation-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='obfuscation-yaml', version='1.0')
)
libraryDependencies += "com.github.robtimus" % "obfuscation-yaml" % "1.0"
[com.github.robtimus/obfuscation-yaml "1.0"]