MVN

io.github.solven-eu.cleanthat : github

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 2.17

All Versions

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

Version Vulnerabilities Updated
2.17
github-2.17
2.16
github-2.16
2.15
github-2.15
2.14
github-2.14
2.13
github-2.13
2.12
github-2.12
2.11
github-2.11
2.10
github-2.10
2.9
github-2.9
2.8
github-2.8
2.7
github-2.7
2.6
github-2.6
2.5
github-2.5
2.4
github-2.4
2.3
github-2.3
2.2
github-2.2
2.1
github-2.1
2.0
github-2.0
1.9
github-1.9
1.8
github-1.8
1.7
github-1.7
1.6
github-1.6
1.5
github-1.5
1.4
github-1.4
1.3
github-1.3
1.2
github-1.2
1.1
github-1.1
1.0
github-1.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement