Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.svenmeier.wicket-dnd |
ArtifactId | ArtifactIdwicket-dnd |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
wicket-dnd-0.6.0.pom | |
wicket-dnd-0.6.0.jar | 36 KB |
wicket-dnd-0.6.0-sources.jar | 28 KB |
wicket-dnd-0.6.0-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.svenmeier.wicket-dnd/wicket-dnd/ -->
<dependency>
<groupId>com.github.svenmeier.wicket-dnd</groupId>
<artifactId>wicket-dnd</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.svenmeier.wicket-dnd/wicket-dnd/
implementation 'com.github.svenmeier.wicket-dnd:wicket-dnd:0.6.0'
// https://jarcasting.com/artifacts/com.github.svenmeier.wicket-dnd/wicket-dnd/
implementation ("com.github.svenmeier.wicket-dnd:wicket-dnd:0.6.0")
'com.github.svenmeier.wicket-dnd:wicket-dnd:jar:0.6.0'
<dependency org="com.github.svenmeier.wicket-dnd" name="wicket-dnd" rev="0.6.0">
<artifact name="wicket-dnd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.svenmeier.wicket-dnd', module='wicket-dnd', version='0.6.0')
)
libraryDependencies += "com.github.svenmeier.wicket-dnd" % "wicket-dnd" % "0.6.0"
[com.github.svenmeier.wicket-dnd/wicket-dnd "0.6.0"]