| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcd.go.plugin |
| Идентификатор | Идентификаторgo-plugin-api-experimental |
| Версия | Версия19.6.0-9304 |
| Тип | Типpom |
| Описание |
ОписаниеAPI for plugins of GoCD
The APIs described here are needed for developing plugins for GoCD - A continuous delivery server
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/cd.go.plugin/go-plugin-api-experimental/ -->
<dependency>
<groupId>cd.go.plugin</groupId>
<artifactId>go-plugin-api-experimental</artifactId>
<version>19.6.0-9304</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cd.go.plugin/go-plugin-api-experimental/
implementation 'cd.go.plugin:go-plugin-api-experimental:19.6.0-9304'
// https://jarcasting.com/artifacts/cd.go.plugin/go-plugin-api-experimental/
implementation ("cd.go.plugin:go-plugin-api-experimental:19.6.0-9304")
'cd.go.plugin:go-plugin-api-experimental:pom:19.6.0-9304'
<dependency org="cd.go.plugin" name="go-plugin-api-experimental" rev="19.6.0-9304">
<artifact name="go-plugin-api-experimental" type="pom" />
</dependency>
@Grapes(
@Grab(group='cd.go.plugin', module='go-plugin-api-experimental', version='19.6.0-9304')
)
libraryDependencies += "cd.go.plugin" % "go-plugin-api-experimental" % "19.6.0-9304"
[cd.go.plugin/go-plugin-api-experimental "19.6.0-9304"]