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