Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdcom.payneteasy.superfly |
ArtifactId | ArtifactIdsuperfly-client |
Version | Version1.7-18 |
Type | Typejar |
Filename | Size |
---|---|
superfly-client-1.7-18.pom | |
superfly-client-1.7-18.jar | 28 KB |
superfly-client-1.7-18-sources.jar | 16 KB |
superfly-client-1.7-18-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-client/ -->
<dependency>
<groupId>com.payneteasy.superfly</groupId>
<artifactId>superfly-client</artifactId>
<version>1.7-18</version>
</dependency>
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-client/
implementation 'com.payneteasy.superfly:superfly-client:1.7-18'
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-client/
implementation ("com.payneteasy.superfly:superfly-client:1.7-18")
'com.payneteasy.superfly:superfly-client:jar:1.7-18'
<dependency org="com.payneteasy.superfly" name="superfly-client" rev="1.7-18">
<artifact name="superfly-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.payneteasy.superfly', module='superfly-client', version='1.7-18')
)
libraryDependencies += "com.payneteasy.superfly" % "superfly-client" % "1.7-18"
[com.payneteasy.superfly/superfly-client "1.7-18"]