文件下载
文件名 操作
crypto-service-parent-1.0.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.crypto</groupId>
  <artifactId>crypto-service-parent</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.crypto:crypto-service-parent:1.0.1'
Gradle Kotlin
implementation("org.wso2.carbon.crypto:crypto-service-parent:1.0.1")
Scala SBT
libraryDependencies += "org.wso2.carbon.crypto" % "crypto-service-parent" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.crypto', module='crypto-service-parent', version='1.0.1')
)
Apache Ivy
<dependency org="org.wso2.carbon.crypto" name="crypto-service-parent" rev="1.0.1" />
Leiningen
[org.wso2.carbon.crypto/crypto-service-parent "1.0.1"]
Apache Buildr
'org.wso2.carbon.crypto:crypto-service-parent:jar:1.0.1'