MVN

org.refcodes : refcodes-configuration-ext-obfuscation

Maven & Gradle

Dec 26, 2019
2 usages

Artifact for obfuscating chosen properties in a properties file.

<dependency>
    <groupId>org.refcodes</groupId>
    <artifactId>refcodes-configuration-ext-obfuscation</artifactId>
    <version>2.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.refcodes : refcodes-configuration-ext-obfuscation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.5

All Versions

Choose a version of org.refcodes : refcodes-configuration-ext-obfuscation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
refcodes-configuration-ext-obfuscation-2.0.5
refcodes-configuration-ext-obfuscation-2.0.4
refcodes-configuration-ext-obfuscation-2.0.3
refcodes-configuration-ext-obfuscation-2.0.2
refcodes-configuration-ext-obfuscation-2.0.1
refcodes-configuration-ext-obfuscation-2.0.0
1.10.x
refcodes-configuration-ext-obfuscation-1.10.3
refcodes-configuration-ext-obfuscation-1.10.2
refcodes-configuration-ext-obfuscation-1.10.1
refcodes-configuration-ext-obfuscation-1.10.0
1.9.x
refcodes-configuration-ext-obfuscation-1.9.9
1.3.x
refcodes-configuration-ext-obfuscation-1.3.5
refcodes-configuration-ext-obfuscation-1.3.4
refcodes-configuration-ext-obfuscation-1.3.3
refcodes-configuration-ext-obfuscation-1.3.2
refcodes-configuration-ext-obfuscation-1.3.1
refcodes-configuration-ext-obfuscation-1.3.0
1.2.x
refcodes-configuration-ext-obfuscation-1.2.9
refcodes-configuration-ext-obfuscation-1.2.8
refcodes-configuration-ext-obfuscation-1.2.7

How to add a dependency to Maven

Add the following org.refcodes : refcodes-configuration-ext-obfuscation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.refcodes</groupId>
    <artifactId>refcodes-configuration-ext-obfuscation</artifactId>
    <version>2.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.refcodes : refcodes-configuration-ext-obfuscation gradle dependency to your build.gradle file:

implementation 'org.refcodes:refcodes-configuration-ext-obfuscation:2.0.5'

Gradle Kotlin DSL: Add the following org.refcodes : refcodes-configuration-ext-obfuscation gradle kotlin dependency to your build.gradle.kts file:

implementation("org.refcodes:refcodes-configuration-ext-obfuscation:2.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.refcodes : refcodes-configuration-ext-obfuscation sbt scala dependency to your build.sbt file:

libraryDependencies += "org.refcodes" % "refcodes-configuration-ext-obfuscation" % "2.0.5"

Advertisement