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