| License |
License |
|---|---|
| Categories |
CategoriesWicket User Interface Web Frameworks |
| GroupId | GroupIdch.qos.mistletoe |
| ArtifactId | ArtifactIdmistletoe-wicket |
| Last Version | Last Version0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMistletoe wicket-based web-runner
Mistletoe wicket-based web-runner
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationQOS.ch |
| Filename | Size |
|---|---|
| mistletoe-wicket-0.3.pom | |
| mistletoe-wicket-0.3.jar | 19 KB |
| mistletoe-wicket-0.3-sources.jar | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.qos.mistletoe/mistletoe-wicket/ -->
<dependency>
<groupId>ch.qos.mistletoe</groupId>
<artifactId>mistletoe-wicket</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/ch.qos.mistletoe/mistletoe-wicket/
implementation 'ch.qos.mistletoe:mistletoe-wicket:0.3'
// https://jarcasting.com/artifacts/ch.qos.mistletoe/mistletoe-wicket/
implementation ("ch.qos.mistletoe:mistletoe-wicket:0.3")
'ch.qos.mistletoe:mistletoe-wicket:jar:0.3'
<dependency org="ch.qos.mistletoe" name="mistletoe-wicket" rev="0.3">
<artifact name="mistletoe-wicket" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.qos.mistletoe', module='mistletoe-wicket', version='0.3')
)
libraryDependencies += "ch.qos.mistletoe" % "mistletoe-wicket" % "0.3"
[ch.qos.mistletoe/mistletoe-wicket "0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.mistletoe : mistletoe-core | jar | 0.3 |
| org.apache.wicket : wicket-core | jar | 6.5.0 |