License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdeu.cedarsoft.wicket |
ArtifactId | ArtifactIdbasic-components |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicket Basic Components
Cedarsoft Open Projects
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
basic-components-1.0.pom | |
basic-components-1.0.jar | 10 KB |
basic-components-1.0-sources.jar | 7 KB |
basic-components-1.0-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.cedarsoft.wicket/basic-components/ -->
<dependency>
<groupId>eu.cedarsoft.wicket</groupId>
<artifactId>basic-components</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.cedarsoft.wicket/basic-components/
implementation 'eu.cedarsoft.wicket:basic-components:1.0'
// https://jarcasting.com/artifacts/eu.cedarsoft.wicket/basic-components/
implementation ("eu.cedarsoft.wicket:basic-components:1.0")
'eu.cedarsoft.wicket:basic-components:jar:1.0'
<dependency org="eu.cedarsoft.wicket" name="basic-components" rev="1.0">
<artifact name="basic-components" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.cedarsoft.wicket', module='basic-components', version='1.0')
)
libraryDependencies += "eu.cedarsoft.wicket" % "basic-components" % "1.0"
[eu.cedarsoft.wicket/basic-components "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.wicket : wicket | jar | 1.3.0-rc1 |
org.slf4j : slf4j-log4j12 | jar | 1.4.3 |
com.intellij : annotations | jar | 6.0.3 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
junit : junit | jar | 4.3.1 |