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