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