MVN

com.github.github : github-maven-core

Maven & Gradle

Jun 02, 2015
3 usages
564 stars

GitHub Core Maven Library · Core library for GitHub Maven plugins

<dependency>
    <groupId>com.github.github</groupId>
    <artifactId>github-maven-core</artifactId>
    <version>0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.github : github-maven-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12

All Versions

Choose a version of com.github.github : github-maven-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12
github-maven-core-0.12
0.11
github-maven-core-0.11
0.10
github-maven-core-0.10
0.9
github-maven-core-0.9
0.6
github-maven-core-0.6
0.5
github-maven-core-0.5
0.4
github-maven-core-0.4
0.3
github-maven-core-0.3
0.2
github-maven-core-0.2
0.1
github-maven-core-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.github</groupId>
    <artifactId>github-maven-core</artifactId>
    <version>0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.github : github-maven-core gradle dependency to your build.gradle file:

implementation 'com.github.github:github-maven-core:0.12'

Gradle Kotlin DSL: Add the following com.github.github : github-maven-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.github:github-maven-core:0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.github : github-maven-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.github" % "github-maven-core" % "0.12"

Advertisement