s

superfly-client-opt

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