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