MVN

io.github.solven-eu.cleanthat : java-eclipse

Maven & Gradle

Jun 07, 2023
23 stars
<dependency>
    <groupId>io.github.solven-eu.cleanthat</groupId>
    <artifactId>java-eclipse</artifactId>
    <version>2.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.solven-eu.cleanthat : java-eclipse to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.17

All Versions

Choose a version of io.github.solven-eu.cleanthat : java-eclipse to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.17
java-eclipse-2.17
2.16
java-eclipse-2.16
2.15
java-eclipse-2.15
2.14
java-eclipse-2.14
2.13
java-eclipse-2.13
2.12
java-eclipse-2.12
2.11
java-eclipse-2.11
2.10
java-eclipse-2.10
2.9
java-eclipse-2.9
2.8
java-eclipse-2.8
2.7
java-eclipse-2.7
2.6
java-eclipse-2.6
2.5
java-eclipse-2.5
2.4
java-eclipse-2.4
2.3
java-eclipse-2.3
2.2
java-eclipse-2.2
2.1
java-eclipse-2.1
2.0
java-eclipse-2.0

How to add a dependency to Maven

Add the following io.github.solven-eu.cleanthat : java-eclipse maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.solven-eu.cleanthat</groupId>
    <artifactId>java-eclipse</artifactId>
    <version>2.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.solven-eu.cleanthat : java-eclipse gradle dependency to your build.gradle file:

implementation 'io.github.solven-eu.cleanthat:java-eclipse:2.17'

Gradle Kotlin DSL: Add the following io.github.solven-eu.cleanthat : java-eclipse gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.solven-eu.cleanthat:java-eclipse:2.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.solven-eu.cleanthat : java-eclipse sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.solven-eu.cleanthat" % "java-eclipse" % "2.17"