MVN

org.standardout : gradle-eclipseconfig

Maven & Gradle

Oct 31, 2018

gradle-eclipseconfig · Gradle plugin for configuring basic editor settings for your Gradle generated Eclipse project, based on EditorConfig plus a couple of Eclipse specific settings like code templates.

<dependency>
    <groupId>org.standardout</groupId>
    <artifactId>gradle-eclipseconfig</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.standardout : gradle-eclipseconfig to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of org.standardout : gradle-eclipseconfig to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
gradle-eclipseconfig-1.1.1
gradle-eclipseconfig-1.1.0
1.0.x
gradle-eclipseconfig-1.0.0

How to add a dependency to Maven

Add the following org.standardout : gradle-eclipseconfig maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.standardout</groupId>
    <artifactId>gradle-eclipseconfig</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.standardout : gradle-eclipseconfig gradle dependency to your build.gradle file:

implementation 'org.standardout:gradle-eclipseconfig:1.1.1'

Gradle Kotlin DSL: Add the following org.standardout : gradle-eclipseconfig gradle kotlin dependency to your build.gradle.kts file:

implementation("org.standardout:gradle-eclipseconfig:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.standardout : gradle-eclipseconfig sbt scala dependency to your build.sbt file:

libraryDependencies += "org.standardout" % "gradle-eclipseconfig" % "1.1.1"