License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdcom.cedarsoft.wicket |
ArtifactId | ArtifactIdyaml-integration |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYAML Integration
Integrates the YAML framework into Wicket
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
yaml-integration-1.2.2.pom | |
yaml-integration-1.2.2.jar | 164 KB |
yaml-integration-1.2.2-tests.jar | 2 KB |
yaml-integration-1.2.2-sources.jar | 161 KB |
yaml-integration-1.2.2-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.wicket/yaml-integration/ -->
<dependency>
<groupId>com.cedarsoft.wicket</groupId>
<artifactId>yaml-integration</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.wicket/yaml-integration/
implementation 'com.cedarsoft.wicket:yaml-integration:1.2.2'
// https://jarcasting.com/artifacts/com.cedarsoft.wicket/yaml-integration/
implementation ("com.cedarsoft.wicket:yaml-integration:1.2.2")
'com.cedarsoft.wicket:yaml-integration:jar:1.2.2'
<dependency org="com.cedarsoft.wicket" name="yaml-integration" rev="1.2.2">
<artifact name="yaml-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.wicket', module='yaml-integration', version='1.2.2')
)
libraryDependencies += "com.cedarsoft.wicket" % "yaml-integration" % "1.2.2"
[com.cedarsoft.wicket/yaml-integration "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
com.cedarsoft.wicket : basic-components | jar | 1.2.2 |
org.apache.wicket : wicket | jar | 1.4.18 |
org.slf4j : slf4j-log4j12 | jar | 1.6.2 |
com.intellij : annotations | jar | 9.0.4 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
com.google.code.findbugs : jsr305 | jar | 1.3.9 |
Group / Artifact | Type | Version |
---|---|---|
com.cedarsoft.commons : test-utils | jar | 5.0.0 |
org.easytesting : fest-assert | jar | 1.4 |