o

org.wso2.maven.registry

Library to work with CApp artifacts
文件下载
文件名 操作
org.wso2.maven.registry-5.2.50.jar 下载
org.wso2.maven.registry-5.2.50.pom 下载
org.wso2.maven.registry-5.2.50-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.wso2.maven</groupId>
  <artifactId>org.wso2.maven.registry</artifactId>
  <version>5.2.50</version>
</dependency>
Gradle Groovy
implementation 'org.wso2.maven:org.wso2.maven.registry:5.2.50'
Gradle Kotlin
implementation("org.wso2.maven:org.wso2.maven.registry:5.2.50")
Scala SBT
libraryDependencies += "org.wso2.maven" % "org.wso2.maven.registry" % "5.2.50"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.maven', module='org.wso2.maven.registry', version='5.2.50')
)
Apache Ivy
<dependency org="org.wso2.maven" name="org.wso2.maven.registry" rev="5.2.50" />
Leiningen
[org.wso2.maven/org.wso2.maven.registry "5.2.50"]
Apache Buildr
'org.wso2.maven:org.wso2.maven.registry:jar:5.2.50'