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