License |
License |
---|---|
Categories |
CategoriesGradle Build Tools CLI User Interface config Application Layer Libs Configuration |
GroupId | GroupIdorg.standardout |
ArtifactId | ArtifactIdgradle-eclipseconfig |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongradle-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://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"]
Group / Artifact | Type | Version |
---|---|---|
org.standardout.org.editorconfig : editorconfig-core | jar | 0.12.1.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |