Download github-api-1.77.jar file

Introduction

You can download github-api-1.77.jar in this page.

License

The MIT license

Type List

github-api-1.77.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/annotations/com.infradna.tool.bridge_method_injector.WithBridgeMethods
META-INF/maven/org.kohsuke/github-api/pom.properties
META-INF/maven/org.kohsuke/github-api/pom.xml
org.kohsuke.github.AbuseLimitHandler.class
org.kohsuke.github.BranchProtection.class
org.kohsuke.github.DeleteToken.class
org.kohsuke.github.EnforcementLevel.class
org.kohsuke.github.GHAsset.class
org.kohsuke.github.GHAuthorization.class
org.kohsuke.github.GHBranch.class
org.kohsuke.github.GHCommit.class
org.kohsuke.github.GHCommitComment.class
org.kohsuke.github.GHCommitPointer.class
org.kohsuke.github.GHCommitQueryBuilder.class
org.kohsuke.github.GHCommitState.class
org.kohsuke.github.GHCommitStatus.class
org.kohsuke.github.GHCompare.class
org.kohsuke.github.GHContent.class
org.kohsuke.github.GHContentSearchBuilder.class
org.kohsuke.github.GHContentUpdateResponse.class
org.kohsuke.github.GHContentWithLicense.class
org.kohsuke.github.GHCreateRepositoryBuilder.class
org.kohsuke.github.GHDeployKey.class
org.kohsuke.github.GHDeployment.class
org.kohsuke.github.GHDeploymentBuilder.class
org.kohsuke.github.GHDeploymentState.class
org.kohsuke.github.GHDeploymentStatus.class
org.kohsuke.github.GHDeploymentStatusBuilder.class
org.kohsuke.github.GHDirection.class
org.kohsuke.github.GHEmail.class
org.kohsuke.github.GHEvent.class
org.kohsuke.github.GHEventInfo.class
org.kohsuke.github.GHEventPayload.class
org.kohsuke.github.GHException.class
org.kohsuke.github.GHGist.class
org.kohsuke.github.GHGistBuilder.class
org.kohsuke.github.GHGistFile.class
org.kohsuke.github.GHHook.class
org.kohsuke.github.GHHooks.class
org.kohsuke.github.GHIssue.class
org.kohsuke.github.GHIssueBuilder.class
org.kohsuke.github.GHIssueComment.class
org.kohsuke.github.GHIssueSearchBuilder.class
org.kohsuke.github.GHIssueState.class
org.kohsuke.github.GHKey.class
org.kohsuke.github.GHLabel.class
org.kohsuke.github.GHLicense.class
org.kohsuke.github.GHMilestone.class
org.kohsuke.github.GHMilestoneState.class
org.kohsuke.github.GHMyself.class
org.kohsuke.github.GHNotificationStream.class
org.kohsuke.github.GHObject.class
org.kohsuke.github.GHOrgHook.class
org.kohsuke.github.GHOrganization.class
org.kohsuke.github.GHPerson.class
org.kohsuke.github.GHPersonSet.class
org.kohsuke.github.GHPullRequest.class
org.kohsuke.github.GHPullRequestCommitDetail.class
org.kohsuke.github.GHPullRequestFileDetail.class
org.kohsuke.github.GHPullRequestQueryBuilder.class
org.kohsuke.github.GHPullRequestReviewComment.class
org.kohsuke.github.GHQueryBuilder.class
org.kohsuke.github.GHRateLimit.class
org.kohsuke.github.GHRef.class
org.kohsuke.github.GHRelease.class
org.kohsuke.github.GHReleaseBuilder.class
org.kohsuke.github.GHRepoHook.class
org.kohsuke.github.GHRepository.class
org.kohsuke.github.GHRepositorySearchBuilder.class
org.kohsuke.github.GHSearchBuilder.class
org.kohsuke.github.GHStargazer.class
org.kohsuke.github.GHSubscription.class
org.kohsuke.github.GHTag.class
org.kohsuke.github.GHTeam.class
org.kohsuke.github.GHThread.class
org.kohsuke.github.GHTree.class
org.kohsuke.github.GHTreeEntry.class
org.kohsuke.github.GHUser.class
org.kohsuke.github.GHUserSearchBuilder.class
org.kohsuke.github.GHVerifiedKey.class
org.kohsuke.github.GitHub.class
org.kohsuke.github.GitHubBuilder.class
org.kohsuke.github.GitUser.class
org.kohsuke.github.HttpConnector.class
org.kohsuke.github.HttpException.class
org.kohsuke.github.JsonRateLimit.class
org.kohsuke.github.MarkdownMode.class
org.kohsuke.github.PagedIterable.class
org.kohsuke.github.PagedIterator.class
org.kohsuke.github.PagedSearchIterable.class
org.kohsuke.github.Preview.class
org.kohsuke.github.Previews.class
org.kohsuke.github.RateLimitHandler.class
org.kohsuke.github.Requester.class
org.kohsuke.github.SearchResult.class
org.kohsuke.github.SkipFromToString.class
org.kohsuke.github.extras.ImpatientHttpConnector.class
org.kohsuke.github.extras.OkHttpConnector.class

Pom

github-api-1.77.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.kohsuke</groupId>
    <artifactId>pom</artifactId>
    <version>14</version>
  </parent>

  <artifactId>github-api</artifactId>
  <version>1.77</version>
  <name>GitHub API for Java</name>
  <url>http://github-api.kohsuke.org/</url>
  <description>GitHub API for Java</description>

  <scm>
    <connection>scm:git:git@github.com/kohsuke/${project.artifactId}.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/kohsuke/${project.artifactId}.git</developerConnection>
    <url>http://${project.artifactId}.kohsuke.org/</url>
    <tag>github-api-1.77</tag>
  </scm>

  <distributionManagement>
    <site>
      <id>github-pages</id>
      <url>gitsite:git@github.com/kohsuke/${project.artifactId}.git</url>
    </site>
  </distributionManagement>

  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <findbugs-maven-plugin.version>3.0.2</findbugs-maven-plugin.version>
    <findbugs-maven-plugin.failOnError>true</findbugs-maven-plugin.failOnError>
  </properties>

  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>animal-sniffer-maven-plugin</artifactId>
        <version>1.15</version>
        <configuration>
          <signature>
            <groupId>org.codehaus.mojo.signature</groupId>
            <artifactId>java15</artifactId>
            <version>1.0</version>
          </signature>
        </configuration>
        <executions>
          <execution>
            <id>ensure-java-1.5-class-library</id>
            <phase>test</phase>
            <goals>
              <goal>check</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>com.infradna.tool</groupId>
        <artifactId>bridge-method-injector</artifactId>
        <version>1.14</version>
        <executions>
          <execution>
            <goals>
              <goal>process</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>findbugs-maven-plugin</artifactId>
        <version>${findbugs-maven-plugin.version}</version>
        <configuration>
          <xmlOutput>true</xmlOutput>
          <failOnError>${findbugs-maven-plugin.failOnError}</failOnError>
        </configuration>
        <executions>
          <execution>
            <id>run-findbugs</id>
            <phase>verify</phase> 
            <goals>
              <goal>check</goal> 
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>

  <dependencies>
    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.6</version>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.7</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.2.3</version>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>1.4</version>
    </dependency>
    <dependency>
      <groupId>com.infradna.tool</groupId>
      <artifactId>bridge-method-annotation</artifactId>
      <version>1.14</version>
    </dependency>
    <dependency>
      <groupId>org.kohsuke.stapler</groupId>
      <artifactId>stapler-jetty</artifactId>
      <version>1.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jgit</groupId>
      <artifactId>org.eclipse.jgit</artifactId>
      <version>3.1.0.201310021548-r</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp</groupId>
      <artifactId>okhttp-urlconnection</artifactId>
      <version>2.7.5</version>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.kohsuke</groupId>
      <artifactId>wordnet-random-name</artifactId>
      <version>1.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-all</artifactId>
      <version>1.9.5</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>annotations</artifactId>
      <version>3.0.0</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>repo.jenkins-ci.org</id>
      <url>http://repo.jenkins-ci.org/public/</url>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>repo.jenkins-ci.org</id>
      <url>http://repo.jenkins-ci.org/public/</url>
    </pluginRepository>
  </pluginRepositories>

  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
      </plugin>
    </plugins>
  </reporting>

  <licenses>
    <license>
      <name>The MIT license</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <mailingLists>
    <mailingList>
      <name>User List</name>
      <post>github-api@googlegroups.com</post>
      <archive>https://groups.google.com/forum/#!forum/github-api</archive>
    </mailingList>
  </mailingLists>
</project>

POM Entry

<dependency>
   <groupId>org.kohsuke</groupId>
   <artifactId>github-api</artifactId>
   <version>1.77</version>
</dependency>

Download

If you think the following github-api-1.77.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download github-api-1.77.jar file




PreviousNext

Related