Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdlightbox2-parent |
Version | Version8.0.0-M6 |
Type | Typepom |
Filename | Size |
---|---|
lightbox2-parent-8.0.0-M6.pom | 889 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/lightbox2-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>lightbox2-parent</artifactId>
<version>8.0.0-M6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/lightbox2-parent/
implementation 'org.wicketstuff:lightbox2-parent:8.0.0-M6'
// https://jarcasting.com/artifacts/org.wicketstuff/lightbox2-parent/
implementation ("org.wicketstuff:lightbox2-parent:8.0.0-M6")
'org.wicketstuff:lightbox2-parent:pom:8.0.0-M6'
<dependency org="org.wicketstuff" name="lightbox2-parent" rev="8.0.0-M6">
<artifact name="lightbox2-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='lightbox2-parent', version='8.0.0-M6')
)
libraryDependencies += "org.wicketstuff" % "lightbox2-parent" % "8.0.0-M6"
[org.wicketstuff/lightbox2-parent "8.0.0-M6"]