MVN

org.eclipse.mylyn.github : org.eclipse.egit.github.core

Maven & Gradle

Apr 30, 2013
56 usages

Eclipse EGit GitHub API Core

<dependency>
    <groupId>org.eclipse.mylyn.github</groupId>
    <artifactId>org.eclipse.egit.github.core</artifactId>
    <version>2.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.mylyn.github : org.eclipse.egit.github.core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.5
  • Latest Alpha: 2.0-alpha-3

All Versions

Choose a version of org.eclipse.mylyn.github : org.eclipse.egit.github.core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
org.eclipse.egit.github.core-2.1.5
org.eclipse.egit.github.core-2.1.4
org.eclipse.egit.github.core-2.1.3
org.eclipse.egit.github.core-2.1.2
org.eclipse.egit.github.core-2.1.1
org.eclipse.egit.github.core-2.1.0
2.0.x
org.eclipse.egit.github.core-2.0.4
org.eclipse.egit.github.core-2.0.3
org.eclipse.egit.github.core-2.0.2
org.eclipse.egit.github.core-2.0.1
2.0
org.eclipse.egit.github.core-2.0
org.eclipse.egit.github.core-2.0-alpha-3
org.eclipse.egit.github.core-2.0-alpha-2
org.eclipse.egit.github.core-2.0-alpha-1
1.3.x
org.eclipse.egit.github.core-1.3.6
org.eclipse.egit.github.core-1.3.5
org.eclipse.egit.github.core-1.3.4
org.eclipse.egit.github.core-1.3.3
org.eclipse.egit.github.core-1.3.2
org.eclipse.egit.github.core-1.3.1
org.eclipse.egit.github.core-1.3.0
1.2.x
org.eclipse.egit.github.core-1.2.0
1.1.x
org.eclipse.egit.github.core-1.1.2
org.eclipse.egit.github.core-1.1.1
org.eclipse.egit.github.core-1.1.0

How to add a dependency to Maven

Add the following org.eclipse.mylyn.github : org.eclipse.egit.github.core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.mylyn.github</groupId>
    <artifactId>org.eclipse.egit.github.core</artifactId>
    <version>2.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.mylyn.github : org.eclipse.egit.github.core gradle dependency to your build.gradle file:

implementation 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5'

Gradle Kotlin DSL: Add the following org.eclipse.mylyn.github : org.eclipse.egit.github.core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.mylyn.github : org.eclipse.egit.github.core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.mylyn.github" % "org.eclipse.egit.github.core" % "2.1.5"