Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-poi |
Version | Version6.21.0 |
Type | Typejar |
Filename | Size |
---|---|
wicketstuff-poi-6.21.0.pom | |
wicketstuff-poi-6.21.0.jar | 20 KB |
wicketstuff-poi-6.21.0-sources.jar | 17 KB |
wicketstuff-poi-6.21.0-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-poi/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-poi</artifactId>
<version>6.21.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-poi/
implementation 'org.wicketstuff:wicketstuff-poi:6.21.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-poi/
implementation ("org.wicketstuff:wicketstuff-poi:6.21.0")
'org.wicketstuff:wicketstuff-poi:jar:6.21.0'
<dependency org="org.wicketstuff" name="wicketstuff-poi" rev="6.21.0">
<artifact name="wicketstuff-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-poi', version='6.21.0')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-poi" % "6.21.0"
[org.wicketstuff/wicketstuff-poi "6.21.0"]