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