# jenkins-client-java **Repository Path**: kobeproject/jenkins-client-java ## Basic Information - **Project Name**: jenkins-client-java - **Description**: 实现了绝大多数对Jenkins的操作 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: http://surenpi.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 43 - **Created**: 2017-12-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.surenpi/jenkins.client.java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.surenpi/jenkins.client.java) # jenkins-client-java Java binding for the Jenkins client. # How to use it Add the following dependency to the pom.xml file of your project: ```xml com.surenpi.ci jenkins.client.java 1.0.0-20171217 ```