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