Categories |
CategoriesAnt Build Tools Wicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.kantega.reststop |
ArtifactId | ArtifactIdreststop-wicket-plugin |
Version | Version3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kantega.reststop/reststop-wicket-plugin/ -->
<dependency>
<groupId>org.kantega.reststop</groupId>
<artifactId>reststop-wicket-plugin</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-wicket-plugin/
implementation 'org.kantega.reststop:reststop-wicket-plugin:3.0'
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-wicket-plugin/
implementation ("org.kantega.reststop:reststop-wicket-plugin:3.0")
'org.kantega.reststop:reststop-wicket-plugin:jar:3.0'
<dependency org="org.kantega.reststop" name="reststop-wicket-plugin" rev="3.0">
<artifact name="reststop-wicket-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.reststop', module='reststop-wicket-plugin', version='3.0')
)
libraryDependencies += "org.kantega.reststop" % "reststop-wicket-plugin" % "3.0"
[org.kantega.reststop/reststop-wicket-plugin "3.0"]