GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-properties-ext-obfuscation |
Version | Version3.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-properties-ext-obfuscation/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-properties-ext-obfuscation</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-properties-ext-obfuscation/
implementation 'org.refcodes:refcodes-properties-ext-obfuscation:3.0.1'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-properties-ext-obfuscation/
implementation ("org.refcodes:refcodes-properties-ext-obfuscation:3.0.1")
'org.refcodes:refcodes-properties-ext-obfuscation:jar:3.0.1'
<dependency org="org.refcodes" name="refcodes-properties-ext-obfuscation" rev="3.0.1">
<artifact name="refcodes-properties-ext-obfuscation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-properties-ext-obfuscation', version='3.0.1')
)
libraryDependencies += "org.refcodes" % "refcodes-properties-ext-obfuscation" % "3.0.1"
[org.refcodes/refcodes-properties-ext-obfuscation "3.0.1"]