s

superfly-client-opt

Optional Superfly-related client features (like SSL support)
Files download
File Operation
superfly-client-opt-1.6-9.jar download
superfly-client-opt-1.6-9.pom download
superfly-client-opt-1.6-9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.payneteasy.superfly</groupId>
  <artifactId>superfly-client-opt</artifactId>
  <version>1.6-9</version>
</dependency>
Gradle Groovy
implementation 'com.payneteasy.superfly:superfly-client-opt:1.6-9'
Gradle Kotlin
implementation("com.payneteasy.superfly:superfly-client-opt:1.6-9")
Scala SBT
libraryDependencies += "com.payneteasy.superfly" % "superfly-client-opt" % "1.6-9"
Groovy Grape
@Grapes(
  @Grab(group='com.payneteasy.superfly', module='superfly-client-opt', version='1.6-9')
)
Apache Ivy
<dependency org="com.payneteasy.superfly" name="superfly-client-opt" rev="1.6-9" />
Leiningen
[com.payneteasy.superfly/superfly-client-opt "1.6-9"]
Apache Buildr
'com.payneteasy.superfly:superfly-client-opt:jar:1.6-9'