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