Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-poi |
Version | Version6.0.0-beta1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-poi/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-poi</artifactId>
<version>6.0.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-poi/
implementation 'org.wicketstuff:wicketstuff-poi:6.0.0-beta1'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-poi/
implementation ("org.wicketstuff:wicketstuff-poi:6.0.0-beta1")
'org.wicketstuff:wicketstuff-poi:jar:6.0.0-beta1'
<dependency org="org.wicketstuff" name="wicketstuff-poi" rev="6.0.0-beta1">
<artifact name="wicketstuff-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-poi', version='6.0.0-beta1')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-poi" % "6.0.0-beta1"
[org.wicketstuff/wicketstuff-poi "6.0.0-beta1"]