s

superfly-client-opt

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