| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdcom.payneteasy.superfly |
| ArtifactId | ArtifactIdsuperfly-integration-test |
| Version | Version1.3-7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| superfly-integration-test-1.3-7.pom | |
| superfly-integration-test-1.3-7.jar | 1 KB |
| superfly-integration-test-1.3-7-javadoc.jar | 334 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-integration-test/ -->
<dependency>
<groupId>com.payneteasy.superfly</groupId>
<artifactId>superfly-integration-test</artifactId>
<version>1.3-7</version>
</dependency>
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-integration-test/
implementation 'com.payneteasy.superfly:superfly-integration-test:1.3-7'
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-integration-test/
implementation ("com.payneteasy.superfly:superfly-integration-test:1.3-7")
'com.payneteasy.superfly:superfly-integration-test:jar:1.3-7'
<dependency org="com.payneteasy.superfly" name="superfly-integration-test" rev="1.3-7">
<artifact name="superfly-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.payneteasy.superfly', module='superfly-integration-test', version='1.3-7')
)
libraryDependencies += "com.payneteasy.superfly" % "superfly-integration-test" % "1.3-7"
[com.payneteasy.superfly/superfly-integration-test "1.3-7"]