Categories |
CategoriesWicket User Interface Web Frameworks Net |
---|---|
GroupId | GroupIdcom.payneteasy.superfly |
ArtifactId | ArtifactIdsuperfly-wicket |
Version | Version1.6-3 |
Type | Typejar |
Filename | Size |
---|---|
superfly-wicket-1.6-3.pom | |
superfly-wicket-1.6-3.jar | 5 KB |
superfly-wicket-1.6-3-sources.jar | 6 KB |
superfly-wicket-1.6-3-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-wicket/ -->
<dependency>
<groupId>com.payneteasy.superfly</groupId>
<artifactId>superfly-wicket</artifactId>
<version>1.6-3</version>
</dependency>
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-wicket/
implementation 'com.payneteasy.superfly:superfly-wicket:1.6-3'
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-wicket/
implementation ("com.payneteasy.superfly:superfly-wicket:1.6-3")
'com.payneteasy.superfly:superfly-wicket:jar:1.6-3'
<dependency org="com.payneteasy.superfly" name="superfly-wicket" rev="1.6-3">
<artifact name="superfly-wicket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.payneteasy.superfly', module='superfly-wicket', version='1.6-3')
)
libraryDependencies += "com.payneteasy.superfly" % "superfly-wicket" % "1.6-3"
[com.payneteasy.superfly/superfly-wicket "1.6-3"]