o

org.wso2.maven.registry

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