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