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