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