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