| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdcom.payneteasy.superfly |
| ArtifactId | ArtifactIdsuperfly-remote-api |
| Version | Version1.6-10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| superfly-remote-api-1.6-10.pom | |
| superfly-remote-api-1.6-10.jar | 15 KB |
| superfly-remote-api-1.6-10-sources.jar | 13 KB |
| superfly-remote-api-1.6-10-javadoc.jar | 125 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-remote-api/ -->
<dependency>
<groupId>com.payneteasy.superfly</groupId>
<artifactId>superfly-remote-api</artifactId>
<version>1.6-10</version>
</dependency>
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-remote-api/
implementation 'com.payneteasy.superfly:superfly-remote-api:1.6-10'
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-remote-api/
implementation ("com.payneteasy.superfly:superfly-remote-api:1.6-10")
'com.payneteasy.superfly:superfly-remote-api:jar:1.6-10'
<dependency org="com.payneteasy.superfly" name="superfly-remote-api" rev="1.6-10">
<artifact name="superfly-remote-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.payneteasy.superfly', module='superfly-remote-api', version='1.6-10')
)
libraryDependencies += "com.payneteasy.superfly" % "superfly-remote-api" % "1.6-10"
[com.payneteasy.superfly/superfly-remote-api "1.6-10"]