c

components-registry-service-core

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