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