MVN

com.esyfur : gradle-config-plugin

Maven & Gradle

Apr 11, 2014
2 stars

gradle-config-plugin · Gradle plugin to expand dotted properties into nested maps.

<dependency>
    <groupId>com.esyfur</groupId>
    <artifactId>gradle-config-plugin</artifactId>
    <version>0.4.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.esyfur : gradle-config-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.7

All Versions

Choose a version of com.esyfur : gradle-config-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
gradle-config-plugin-0.4.7
gradle-config-plugin-0.4.6
gradle-config-plugin-0.4.5

How to add a dependency to Maven

Add the following com.esyfur : gradle-config-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.esyfur</groupId>
    <artifactId>gradle-config-plugin</artifactId>
    <version>0.4.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.esyfur : gradle-config-plugin gradle dependency to your build.gradle file:

implementation 'com.esyfur:gradle-config-plugin:0.4.7'

Gradle Kotlin DSL: Add the following com.esyfur : gradle-config-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.esyfur:gradle-config-plugin:0.4.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.esyfur : gradle-config-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.esyfur" % "gradle-config-plugin" % "0.4.7"

Advertisement