s

superfly-integration-test

Files download
File Operation
superfly-integration-test-1.6-8.jar download
superfly-integration-test-1.6-8.pom download
Apache Maven
<dependency>
  <groupId>com.payneteasy.superfly</groupId>
  <artifactId>superfly-integration-test</artifactId>
  <version>1.6-8</version>
</dependency>
Gradle Groovy
implementation 'com.payneteasy.superfly:superfly-integration-test:1.6-8'
Gradle Kotlin
implementation("com.payneteasy.superfly:superfly-integration-test:1.6-8")
Scala SBT
libraryDependencies += "com.payneteasy.superfly" % "superfly-integration-test" % "1.6-8"
Groovy Grape
@Grapes(
  @Grab(group='com.payneteasy.superfly', module='superfly-integration-test', version='1.6-8')
)
Apache Ivy
<dependency org="com.payneteasy.superfly" name="superfly-integration-test" rev="1.6-8" />
Leiningen
[com.payneteasy.superfly/superfly-integration-test "1.6-8"]
Apache Buildr
'com.payneteasy.superfly:superfly-integration-test:jar:1.6-8'