Wicket Typesafe

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

License

License

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

com.github.dzwicker.wicket
ArtifactId

ArtifactId

wicket-typesafe
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Wicket Typesafe
Wicket typesafe helps to generate wicket-ids in a type safe way.
Source Code Management

Source Code Management

https://github.com/dzwicker/wicket-typesafe

Download wicket-typesafe

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
cglib : cglib jar 3.0
org.ow2.asm : asm-util jar 4.0
org.objenesis : objenesis jar 1.3
org.slf4j : slf4j-api jar 1.7.5
org.apache.commons : commons-lang3 jar 3.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.slf4j : slf4j-log4j12 jar 1.7.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0