Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.payneteasy.superfly |
ArtifactId | ArtifactIdsuperfly-web |
Version | Version1.6-13 |
Type | Typewar |
Filename | Size |
---|---|
superfly-web-1.6-13.pom | |
superfly-web-1.6-13.war | 20 MB |
superfly-web-1.6-13-sources.jar | 163 KB |
superfly-web-1.6-13-javadoc.jar | 823 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-web/ -->
<dependency>
<groupId>com.payneteasy.superfly</groupId>
<artifactId>superfly-web</artifactId>
<version>1.6-13</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-web/
implementation 'com.payneteasy.superfly:superfly-web:1.6-13'
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-web/
implementation ("com.payneteasy.superfly:superfly-web:1.6-13")
'com.payneteasy.superfly:superfly-web:war:1.6-13'
<dependency org="com.payneteasy.superfly" name="superfly-web" rev="1.6-13">
<artifact name="superfly-web" type="war" />
</dependency>
@Grapes(
@Grab(group='com.payneteasy.superfly', module='superfly-web', version='1.6-13')
)
libraryDependencies += "com.payneteasy.superfly" % "superfly-web" % "1.6-13"
[com.payneteasy.superfly/superfly-web "1.6-13"]