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