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