Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdmulti-text-input-examples |
Version | Version1.4.12 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/multi-text-input-examples/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>multi-text-input-examples</artifactId>
<version>1.4.12</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/multi-text-input-examples/
implementation 'org.wicketstuff:multi-text-input-examples:1.4.12'
// https://jarcasting.com/artifacts/org.wicketstuff/multi-text-input-examples/
implementation ("org.wicketstuff:multi-text-input-examples:1.4.12")
'org.wicketstuff:multi-text-input-examples:war:1.4.12'
<dependency org="org.wicketstuff" name="multi-text-input-examples" rev="1.4.12">
<artifact name="multi-text-input-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='multi-text-input-examples', version='1.4.12')
)
libraryDependencies += "org.wicketstuff" % "multi-text-input-examples" % "1.4.12"
[org.wicketstuff/multi-text-input-examples "1.4.12"]