文件下载
文件名 操作
components-registry-api-2.0.21.jar 下载
components-registry-api-2.0.21.pom 下载
components-registry-api-2.0.21-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.octopusden.octopus.infrastructure</groupId>
  <artifactId>components-registry-api</artifactId>
  <version>2.0.21</version>
</dependency>
Gradle Groovy
implementation 'org.octopusden.octopus.infrastructure:components-registry-api:2.0.21'
Gradle Kotlin
implementation("org.octopusden.octopus.infrastructure:components-registry-api:2.0.21")
Scala SBT
libraryDependencies += "org.octopusden.octopus.infrastructure" % "components-registry-api" % "2.0.21"
Groovy Grape
@Grapes(
  @Grab(group='org.octopusden.octopus.infrastructure', module='components-registry-api', version='2.0.21')
)
Apache Ivy
<dependency org="org.octopusden.octopus.infrastructure" name="components-registry-api" rev="2.0.21" />
Leiningen
[org.octopusden.octopus.infrastructure/components-registry-api "2.0.21"]
Apache Buildr
'org.octopusden.octopus.infrastructure:components-registry-api:jar:2.0.21'