s

superfly-client

Contains classes used to use Superfly facilities by clients
Files download
File Operation
superfly-client-1.7-32.jar download
superfly-client-1.7-32.pom download
superfly-client-1.7-32-sources.jar download
Apache Maven
<dependency>
  <groupId>com.payneteasy.superfly</groupId>
  <artifactId>superfly-client</artifactId>
  <version>1.7-32</version>
</dependency>
Gradle Groovy
implementation 'com.payneteasy.superfly:superfly-client:1.7-32'
Gradle Kotlin
implementation("com.payneteasy.superfly:superfly-client:1.7-32")
Scala SBT
libraryDependencies += "com.payneteasy.superfly" % "superfly-client" % "1.7-32"
Groovy Grape
@Grapes(
  @Grab(group='com.payneteasy.superfly', module='superfly-client', version='1.7-32')
)
Apache Ivy
<dependency org="com.payneteasy.superfly" name="superfly-client" rev="1.7-32" />
Leiningen
[com.payneteasy.superfly/superfly-client "1.7-32"]
Apache Buildr
'com.payneteasy.superfly:superfly-client:jar:1.7-32'