Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaynberg.wicket.select25 |
ArtifactId | ArtifactIdwicket-select25-examples |
Version | Version1.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.vaynberg.wicket.select25/wicket-select25-examples/ -->
<dependency>
<groupId>com.vaynberg.wicket.select25</groupId>
<artifactId>wicket-select25-examples</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaynberg.wicket.select25/wicket-select25-examples/
implementation 'com.vaynberg.wicket.select25:wicket-select25-examples:1.0'
// https://jarcasting.com/artifacts/com.vaynberg.wicket.select25/wicket-select25-examples/
implementation ("com.vaynberg.wicket.select25:wicket-select25-examples:1.0")
'com.vaynberg.wicket.select25:wicket-select25-examples:war:1.0'
<dependency org="com.vaynberg.wicket.select25" name="wicket-select25-examples" rev="1.0">
<artifact name="wicket-select25-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='com.vaynberg.wicket.select25', module='wicket-select25-examples', version='1.0')
)
libraryDependencies += "com.vaynberg.wicket.select25" % "wicket-select25-examples" % "1.0"
[com.vaynberg.wicket.select25/wicket-select25-examples "1.0"]