c

components-registry-service-client

Octopus module: components-registry-service-client
https://github.com/octopusden/octopus-component-registry-service.git
The Apache License, Version 2.0
octopus
Files download
File Operation
components-registry-service-client-2.0.11.jar download
components-registry-service-client-2.0.11.pom download
components-registry-service-client-2.0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.octopusden.octopus.infrastructure</groupId>
  <artifactId>components-registry-service-client</artifactId>
  <version>2.0.11</version>
</dependency>
Gradle Groovy
implementation 'org.octopusden.octopus.infrastructure:components-registry-service-client:2.0.11'
Gradle Kotlin
implementation("org.octopusden.octopus.infrastructure:components-registry-service-client:2.0.11")
Scala SBT
libraryDependencies += "org.octopusden.octopus.infrastructure" % "components-registry-service-client" % "2.0.11"
Groovy Grape
@Grapes(
  @Grab(group='org.octopusden.octopus.infrastructure', module='components-registry-service-client', version='2.0.11')
)
Apache Ivy
<dependency org="org.octopusden.octopus.infrastructure" name="components-registry-service-client" rev="2.0.11" />
Leiningen
[org.octopusden.octopus.infrastructure/components-registry-service-client "2.0.11"]
Apache Buildr
'org.octopusden.octopus.infrastructure:components-registry-service-client:jar:2.0.11'