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