is not current version
Last Version 0.3

ch.qos.mistletoe:mistletoe-wicket 0.2

Mistletoe wicket-based web-runner

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

ch.qos.mistletoe
ArtifactId

ArtifactId

mistletoe-wicket
Version

Version

0.2
Type

Type

jar

Download mistletoe-wicket 0.2


<!-- https://jarcasting.com/artifacts/ch.qos.mistletoe/mistletoe-wicket/ -->
<dependency>
    <groupId>ch.qos.mistletoe</groupId>
    <artifactId>mistletoe-wicket</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.qos.mistletoe/mistletoe-wicket/
implementation 'ch.qos.mistletoe:mistletoe-wicket:0.2'
// https://jarcasting.com/artifacts/ch.qos.mistletoe/mistletoe-wicket/
implementation ("ch.qos.mistletoe:mistletoe-wicket:0.2")
'ch.qos.mistletoe:mistletoe-wicket:jar:0.2'
<dependency org="ch.qos.mistletoe" name="mistletoe-wicket" rev="0.2">
  <artifact name="mistletoe-wicket" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.qos.mistletoe', module='mistletoe-wicket', version='0.2')
)
libraryDependencies += "ch.qos.mistletoe" % "mistletoe-wicket" % "0.2"
[ch.qos.mistletoe/mistletoe-wicket "0.2"]