Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdartwork-examples |
Version | Version1.4.9.2 |
Type | Typewar |
Filename | Size |
---|---|
artwork-examples-1.4.9.2.pom | |
artwork-examples-1.4.9.2.war | 4 MB |
artwork-examples-1.4.9.2-sources.jar | 5 KB |
artwork-examples-1.4.9.2-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/artwork-examples/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>artwork-examples</artifactId>
<version>1.4.9.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/artwork-examples/
implementation 'org.wicketstuff:artwork-examples:1.4.9.2'
// https://jarcasting.com/artifacts/org.wicketstuff/artwork-examples/
implementation ("org.wicketstuff:artwork-examples:1.4.9.2")
'org.wicketstuff:artwork-examples:war:1.4.9.2'
<dependency org="org.wicketstuff" name="artwork-examples" rev="1.4.9.2">
<artifact name="artwork-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='artwork-examples', version='1.4.9.2')
)
libraryDependencies += "org.wicketstuff" % "artwork-examples" % "1.4.9.2"
[org.wicketstuff/artwork-examples "1.4.9.2"]