License |
License |
---|---|
GroupId | GroupIdcd.go.plugin.base |
ArtifactId | ArtifactIdgocd-plugin-base |
Version | Version0.0.2 |
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.2.pom | |
gocd-plugin-base-0.0.2.jar | 93 KB |
gocd-plugin-base-0.0.2-sources.jar | 75 KB |
gocd-plugin-base-0.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/cd.go.plugin.base/gocd-plugin-base/
implementation 'cd.go.plugin.base:gocd-plugin-base:0.0.2'
// https://jarcasting.com/artifacts/cd.go.plugin.base/gocd-plugin-base/
implementation ("cd.go.plugin.base:gocd-plugin-base:0.0.2")
'cd.go.plugin.base:gocd-plugin-base:jar:0.0.2'
<dependency org="cd.go.plugin.base" name="gocd-plugin-base" rev="0.0.2">
<artifact name="gocd-plugin-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='cd.go.plugin.base', module='gocd-plugin-base', version='0.0.2')
)
libraryDependencies += "cd.go.plugin.base" % "gocd-plugin-base" % "0.0.2"
[cd.go.plugin.base/gocd-plugin-base "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.5 |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
Group / Artifact | Type | Version |
---|---|---|
cd.go.plugin : go-plugin-api | jar | 19.1.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.4.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.4.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.1 |
org.assertj : assertj-core | jar | 3.12.2 |
org.mockito : mockito-core | jar | 2.25.1 |
org.skyscreamer : jsonassert | jar | 1.5.0 |