Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.payneteasy.superfly |
ArtifactId | ArtifactIdsuperfly-integration-test |
Version | Version1.4-2 |
Type | Typejar |
Filename | Size |
---|---|
superfly-integration-test-1.4-2.pom | |
superfly-integration-test-1.4-2.jar | 1 KB |
superfly-integration-test-1.4-2-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.4-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-integration-test/
implementation 'com.payneteasy.superfly:superfly-integration-test:1.4-2'
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-integration-test/
implementation ("com.payneteasy.superfly:superfly-integration-test:1.4-2")
'com.payneteasy.superfly:superfly-integration-test:jar:1.4-2'
<dependency org="com.payneteasy.superfly" name="superfly-integration-test" rev="1.4-2">
<artifact name="superfly-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.payneteasy.superfly', module='superfly-integration-test', version='1.4-2')
)
libraryDependencies += "com.payneteasy.superfly" % "superfly-integration-test" % "1.4-2"
[com.payneteasy.superfly/superfly-integration-test "1.4-2"]