Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.xaloon.wicket |
ArtifactId | ArtifactIdxaloon-wicket-components-spring |
Version | Version1.5.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.xaloon.wicket/xaloon-wicket-components-spring/ -->
<dependency>
<groupId>org.xaloon.wicket</groupId>
<artifactId>xaloon-wicket-components-spring</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xaloon.wicket/xaloon-wicket-components-spring/
implementation 'org.xaloon.wicket:xaloon-wicket-components-spring:1.5.2'
// https://jarcasting.com/artifacts/org.xaloon.wicket/xaloon-wicket-components-spring/
implementation ("org.xaloon.wicket:xaloon-wicket-components-spring:1.5.2")
'org.xaloon.wicket:xaloon-wicket-components-spring:jar:1.5.2'
<dependency org="org.xaloon.wicket" name="xaloon-wicket-components-spring" rev="1.5.2">
<artifact name="xaloon-wicket-components-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xaloon.wicket', module='xaloon-wicket-components-spring', version='1.5.2')
)
libraryDependencies += "org.xaloon.wicket" % "xaloon-wicket-components-spring" % "1.5.2"
[org.xaloon.wicket/xaloon-wicket-components-spring "1.5.2"]