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