is not current version
Last Version 1.0.1

com.github.dzwicker.wicket:wicket-typesafe 1.0.0

Wicket typesafe helps to generate wicket-ids in a type safe way.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

com.github.dzwicker.wicket
ArtifactId

ArtifactId

wicket-typesafe
Version

Version

1.0.0
Type

Type

jar

Download wicket-typesafe 1.0.0


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