Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcd.go.plugin |
ArtifactId | ArtifactIdgo-plugin-config-repo-experimental |
Version | Version19.3.0-8665 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/cd.go.plugin/go-plugin-config-repo-experimental/ -->
<dependency>
<groupId>cd.go.plugin</groupId>
<artifactId>go-plugin-config-repo-experimental</artifactId>
<version>19.3.0-8665</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cd.go.plugin/go-plugin-config-repo-experimental/
implementation 'cd.go.plugin:go-plugin-config-repo-experimental:19.3.0-8665'
// https://jarcasting.com/artifacts/cd.go.plugin/go-plugin-config-repo-experimental/
implementation ("cd.go.plugin:go-plugin-config-repo-experimental:19.3.0-8665")
'cd.go.plugin:go-plugin-config-repo-experimental:pom:19.3.0-8665'
<dependency org="cd.go.plugin" name="go-plugin-config-repo-experimental" rev="19.3.0-8665">
<artifact name="go-plugin-config-repo-experimental" type="pom" />
</dependency>
@Grapes(
@Grab(group='cd.go.plugin', module='go-plugin-config-repo-experimental', version='19.3.0-8665')
)
libraryDependencies += "cd.go.plugin" % "go-plugin-config-repo-experimental" % "19.3.0-8665"
[cd.go.plugin/go-plugin-config-repo-experimental "19.3.0-8665"]