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