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.

License

License

Categories

Categories

Gradle Build Tools CLI User Interface config Application Layer Libs Configuration
GroupId

GroupId

org.standardout
ArtifactId

ArtifactId

gradle-eclipseconfig
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/stempler/gradle-eclipseconfig

Download gradle-eclipseconfig

How to add to project

<!-- https://jarcasting.com/artifacts/org.standardout/gradle-eclipseconfig/ -->
<dependency>
    <groupId>org.standardout</groupId>
    <artifactId>gradle-eclipseconfig</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.standardout/gradle-eclipseconfig/
implementation 'org.standardout:gradle-eclipseconfig:1.1.1'
// https://jarcasting.com/artifacts/org.standardout/gradle-eclipseconfig/
implementation ("org.standardout:gradle-eclipseconfig:1.1.1")
'org.standardout:gradle-eclipseconfig:jar:1.1.1'
<dependency org="org.standardout" name="gradle-eclipseconfig" rev="1.1.1">
  <artifact name="gradle-eclipseconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.standardout', module='gradle-eclipseconfig', version='1.1.1')
)
libraryDependencies += "org.standardout" % "gradle-eclipseconfig" % "1.1.1"
[org.standardout/gradle-eclipseconfig "1.1.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.standardout.org.editorconfig : editorconfig-core jar 0.12.1.Final

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0
1.0.0