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