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