License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdeu.cedarsoft.wicket |
ArtifactId | ArtifactIdyaml-integration |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYAML Integration
Integrates the YAML framework into Wicket
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
yaml-integration-1.0.pom | |
yaml-integration-1.0.jar | 111 KB |
yaml-integration-1.0-sources.jar | 102 KB |
yaml-integration-1.0-javadoc.jar | 89 KB |
yaml-integration-1.0-all.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.cedarsoft.wicket/yaml-integration/ -->
<dependency>
<groupId>eu.cedarsoft.wicket</groupId>
<artifactId>yaml-integration</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.cedarsoft.wicket/yaml-integration/
implementation 'eu.cedarsoft.wicket:yaml-integration:1.0'
// https://jarcasting.com/artifacts/eu.cedarsoft.wicket/yaml-integration/
implementation ("eu.cedarsoft.wicket:yaml-integration:1.0")
'eu.cedarsoft.wicket:yaml-integration:jar:1.0'
<dependency org="eu.cedarsoft.wicket" name="yaml-integration" rev="1.0">
<artifact name="yaml-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.cedarsoft.wicket', module='yaml-integration', version='1.0')
)
libraryDependencies += "eu.cedarsoft.wicket" % "yaml-integration" % "1.0"
[eu.cedarsoft.wicket/yaml-integration "1.0"]
Group / Artifact | Type | Version |
---|---|---|
eu.cedarsoft.wicket : basic-components | jar | 1.0 |
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 |