MVN

com.limemojito.oss.github : github-utilities

Maven & Gradle

Mar 11, 2024
<dependency>
    <groupId>com.limemojito.oss.github</groupId>
    <artifactId>github-utilities</artifactId>
    <version>14.0.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.limemojito.oss.github : github-utilities to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 14.0.19

All Versions

Choose a version of com.limemojito.oss.github : github-utilities to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
14.0.x
github-utilities-14.0.19

How to add a dependency to Maven

Add the following com.limemojito.oss.github : github-utilities maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.limemojito.oss.github</groupId>
    <artifactId>github-utilities</artifactId>
    <version>14.0.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.limemojito.oss.github : github-utilities gradle dependency to your build.gradle file:

implementation 'com.limemojito.oss.github:github-utilities:14.0.19'

Gradle Kotlin DSL: Add the following com.limemojito.oss.github : github-utilities gradle kotlin dependency to your build.gradle.kts file:

implementation("com.limemojito.oss.github:github-utilities:14.0.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.limemojito.oss.github : github-utilities sbt scala dependency to your build.sbt file:

libraryDependencies += "com.limemojito.oss.github" % "github-utilities" % "14.0.19"