| License |
License |
|---|---|
| GroupId | GroupIdcd.go.plugin.base |
| ArtifactId | ArtifactIdgocd-plugin-base |
| Last Version | Last Version0.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongocd-plugin-base
Helper utility to write gocd plugins
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gocd-plugin-base-0.0.3.pom | |
| gocd-plugin-base-0.0.3.jar | 93 KB |
| gocd-plugin-base-0.0.3-sources.jar | 75 KB |
| gocd-plugin-base-0.0.3-javadoc.jar | 716 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cd.go.plugin.base/gocd-plugin-base/ -->
<dependency>
<groupId>cd.go.plugin.base</groupId>
<artifactId>gocd-plugin-base</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/cd.go.plugin.base/gocd-plugin-base/
implementation 'cd.go.plugin.base:gocd-plugin-base:0.0.3'
// https://jarcasting.com/artifacts/cd.go.plugin.base/gocd-plugin-base/
implementation ("cd.go.plugin.base:gocd-plugin-base:0.0.3")
'cd.go.plugin.base:gocd-plugin-base:jar:0.0.3'
<dependency org="cd.go.plugin.base" name="gocd-plugin-base" rev="0.0.3">
<artifact name="gocd-plugin-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='cd.go.plugin.base', module='gocd-plugin-base', version='0.0.3')
)
libraryDependencies += "cd.go.plugin.base" % "gocd-plugin-base" % "0.0.3"
[cd.go.plugin.base/gocd-plugin-base "0.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.9 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |