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