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