MVN

io.github.alfeilex.tools.ide : devonfw-ide-configurator

Maven & Gradle

Dec 06, 2022
32 stars

devonfw-ide-configurator · Code for configurator the creates or updates configuration of IDEs (Eclipse, etc.).

<dependency>
    <groupId>io.github.alfeilex.tools.ide</groupId>
    <artifactId>devonfw-ide-configurator</artifactId>
    <version>2022.11.004</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.alfeilex.tools.ide : devonfw-ide-configurator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2022.11.004

All Versions

Choose a version of io.github.alfeilex.tools.ide : devonfw-ide-configurator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2022.11.x
devonfw-ide-configurator-2022.11.004
devonfw-ide-configurator-2022.11.003

How to add a dependency to Maven

Add the following io.github.alfeilex.tools.ide : devonfw-ide-configurator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.alfeilex.tools.ide</groupId>
    <artifactId>devonfw-ide-configurator</artifactId>
    <version>2022.11.004</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.alfeilex.tools.ide : devonfw-ide-configurator gradle dependency to your build.gradle file:

implementation 'io.github.alfeilex.tools.ide:devonfw-ide-configurator:2022.11.004'

Gradle Kotlin DSL: Add the following io.github.alfeilex.tools.ide : devonfw-ide-configurator gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.alfeilex.tools.ide:devonfw-ide-configurator:2022.11.004")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.alfeilex.tools.ide : devonfw-ide-configurator sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.alfeilex.tools.ide" % "devonfw-ide-configurator" % "2022.11.004"