s

superfly-client-opt

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