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