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