Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.cedarsoft |
ArtifactId | ArtifactIdwicket |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
wicket-1.2.1.pom | 3 KB |
wicket-1.2.1-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft/wicket/ -->
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>wicket</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/wicket/
implementation 'com.cedarsoft:wicket:1.2.1'
// https://jarcasting.com/artifacts/com.cedarsoft/wicket/
implementation ("com.cedarsoft:wicket:1.2.1")
'com.cedarsoft:wicket:jar:1.2.1'
<dependency org="com.cedarsoft" name="wicket" rev="1.2.1">
<artifact name="wicket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='wicket', version='1.2.1')
)
libraryDependencies += "com.cedarsoft" % "wicket" % "1.2.1"
[com.cedarsoft/wicket "1.2.1"]