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