Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.cedarsoft.wicket |
ArtifactId | ArtifactIdyaml-integration-test |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.wicket/yaml-integration-test/ -->
<dependency>
<groupId>com.cedarsoft.wicket</groupId>
<artifactId>yaml-integration-test</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.wicket/yaml-integration-test/
implementation 'com.cedarsoft.wicket:yaml-integration-test:1.2.0'
// https://jarcasting.com/artifacts/com.cedarsoft.wicket/yaml-integration-test/
implementation ("com.cedarsoft.wicket:yaml-integration-test:1.2.0")
'com.cedarsoft.wicket:yaml-integration-test:jar:1.2.0'
<dependency org="com.cedarsoft.wicket" name="yaml-integration-test" rev="1.2.0">
<artifact name="yaml-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.wicket', module='yaml-integration-test', version='1.2.0')
)
libraryDependencies += "com.cedarsoft.wicket" % "yaml-integration-test" % "1.2.0"
[com.cedarsoft.wicket/yaml-integration-test "1.2.0"]