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