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