MVN

io.dangernoodle : github-repository-tools

Maven & Gradle

Aug 01, 2022
0 stars

github-repository-tools · github repository tools

<dependency>
    <groupId>io.dangernoodle</groupId>
    <artifactId>github-repository-tools</artifactId>
    <version>0.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.dangernoodle : github-repository-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.1

All Versions

Choose a version of io.dangernoodle : github-repository-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
github-repository-tools-0.10.1
0.9.x
github-repository-tools-0.9.3
github-repository-tools-0.9.0
0.8.x
github-repository-tools-0.8.1
0.7.x
github-repository-tools-0.7.0
0.6.x
github-repository-tools-0.6.4
0.5.x
github-repository-tools-0.5.1
github-repository-tools-0.5.0
0.4.x
github-repository-tools-0.4.3
github-repository-tools-0.4.0
0.3.x
github-repository-tools-0.3.1
github-repository-tools-0.3.0
0.2.x
github-repository-tools-0.2.2
github-repository-tools-0.2.1
github-repository-tools-0.2.0
0.1.x
github-repository-tools-0.1.2
github-repository-tools-0.1.1
github-repository-tools-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.dangernoodle</groupId>
    <artifactId>github-repository-tools</artifactId>
    <version>0.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.dangernoodle : github-repository-tools gradle dependency to your build.gradle file:

implementation 'io.dangernoodle:github-repository-tools:0.10.1'

Gradle Kotlin DSL: Add the following io.dangernoodle : github-repository-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("io.dangernoodle:github-repository-tools:0.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.dangernoodle : github-repository-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "io.dangernoodle" % "github-repository-tools" % "0.10.1"

Advertisement