Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.appfuse |
ArtifactId | ArtifactIdappfuse-light-wicket |
Version | Version2.2.1 |
Type | Typewar |
Filename | Size |
---|---|
appfuse-light-wicket-2.2.1.pom | |
appfuse-light-wicket-2.2.1.war | 45 MB |
appfuse-light-wicket-2.2.1-sources.jar | 22 KB |
appfuse-light-wicket-2.2.1-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-light-wicket/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-light-wicket</artifactId>
<version>2.2.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-light-wicket/
implementation 'org.appfuse:appfuse-light-wicket:2.2.1'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-light-wicket/
implementation ("org.appfuse:appfuse-light-wicket:2.2.1")
'org.appfuse:appfuse-light-wicket:war:2.2.1'
<dependency org="org.appfuse" name="appfuse-light-wicket" rev="2.2.1">
<artifact name="appfuse-light-wicket" type="war" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-light-wicket', version='2.2.1')
)
libraryDependencies += "org.appfuse" % "appfuse-light-wicket" % "2.2.1"
[org.appfuse/appfuse-light-wicket "2.2.1"]