GroupId | GroupIdcd.go.plugin.base |
---|---|
ArtifactId | ArtifactIdgocd-plugin-base |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
gocd-plugin-base-0.0.1.pom | |
gocd-plugin-base-0.0.1.jar | 58 KB |
gocd-plugin-base-0.0.1-sources.jar | 51 KB |
gocd-plugin-base-0.0.1-javadoc.jar | 608 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/cd.go.plugin.base/gocd-plugin-base/
implementation 'cd.go.plugin.base:gocd-plugin-base:0.0.1'
// https://jarcasting.com/artifacts/cd.go.plugin.base/gocd-plugin-base/
implementation ("cd.go.plugin.base:gocd-plugin-base:0.0.1")
'cd.go.plugin.base:gocd-plugin-base:jar:0.0.1'
<dependency org="cd.go.plugin.base" name="gocd-plugin-base" rev="0.0.1">
<artifact name="gocd-plugin-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='cd.go.plugin.base', module='gocd-plugin-base', version='0.0.1')
)
libraryDependencies += "cd.go.plugin.base" % "gocd-plugin-base" % "0.0.1"
[cd.go.plugin.base/gocd-plugin-base "0.0.1"]