Files download
File Operation
caf-ssl-1.0.0-13.pom download
Apache Maven
<dependency>
  <groupId>com.github.cafapi.ssl</groupId>
  <artifactId>caf-ssl</artifactId>
  <version>1.0.0-13</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.cafapi.ssl:caf-ssl:1.0.0-13'
Gradle Kotlin
implementation("com.github.cafapi.ssl:caf-ssl:1.0.0-13")
Scala SBT
libraryDependencies += "com.github.cafapi.ssl" % "caf-ssl" % "1.0.0-13"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cafapi.ssl', module='caf-ssl', version='1.0.0-13')
)
Apache Ivy
<dependency org="com.github.cafapi.ssl" name="caf-ssl" rev="1.0.0-13" />
Leiningen
[com.github.cafapi.ssl/caf-ssl "1.0.0-13"]
Apache Buildr
'com.github.cafapi.ssl:caf-ssl:jar:1.0.0-13'