| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJenkins Компиляция и сборка Continuous Integration and Continuous Delivery |
| Группа | Группаcom.tegeltech |
| Идентификатор | Идентификаторjenkins-commits |
| Версия | Версия1.0.2 |
| Тип | Типjar |
| Описание |
ОписаниеJenkins Commits
Client for the Jenkins API that allows you to retrieve details about commits in a build.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jenkins-commits-1.0.2.pom | |
| jenkins-commits-1.0.2.jar | 19 KB |
| jenkins-commits-1.0.2-sources.jar | 10 KB |
| jenkins-commits-1.0.2-javadoc.jar | 103 KB |
| jenkins-commits-1.0.2-jar-with-dependencies.jar | 5 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tegeltech/jenkins-commits/ -->
<dependency>
<groupId>com.tegeltech</groupId>
<artifactId>jenkins-commits</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tegeltech/jenkins-commits/
implementation 'com.tegeltech:jenkins-commits:1.0.2'
// https://jarcasting.com/artifacts/com.tegeltech/jenkins-commits/
implementation ("com.tegeltech:jenkins-commits:1.0.2")
'com.tegeltech:jenkins-commits:jar:1.0.2'
<dependency org="com.tegeltech" name="jenkins-commits" rev="1.0.2">
<artifact name="jenkins-commits" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tegeltech', module='jenkins-commits', version='1.0.2')
)
libraryDependencies += "com.tegeltech" % "jenkins-commits" % "1.0.2"
[com.tegeltech/jenkins-commits "1.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.squareup.okhttp3 : okhttp | jar | 3.6.0 |
| org.projectlombok : lombok | jar | 1.16.14 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.6.3 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.9.5 |