Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-datetime-yui |
Version | Version9.0.0-M4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datetime-yui/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-datetime-yui</artifactId>
<version>9.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datetime-yui/
implementation 'org.wicketstuff:wicketstuff-datetime-yui:9.0.0-M4'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datetime-yui/
implementation ("org.wicketstuff:wicketstuff-datetime-yui:9.0.0-M4")
'org.wicketstuff:wicketstuff-datetime-yui:jar:9.0.0-M4'
<dependency org="org.wicketstuff" name="wicketstuff-datetime-yui" rev="9.0.0-M4">
<artifact name="wicketstuff-datetime-yui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-datetime-yui', version='9.0.0-M4')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-datetime-yui" % "9.0.0-M4"
[org.wicketstuff/wicketstuff-datetime-yui "9.0.0-M4"]