is not current version
Last Version 0.7.6

de.agilecoders.wicket:bootstrap 0.5.2

wicket with twitter bootstrap integration

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

de.agilecoders.wicket
ArtifactId

ArtifactId

bootstrap
Version

Version

0.5.2
Type

Type

jar

Download bootstrap 0.5.2


<!-- https://jarcasting.com/artifacts/de.agilecoders.wicket/bootstrap/ -->
<dependency>
    <groupId>de.agilecoders.wicket</groupId>
    <artifactId>bootstrap</artifactId>
    <version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.agilecoders.wicket/bootstrap/
implementation 'de.agilecoders.wicket:bootstrap:0.5.2'
// https://jarcasting.com/artifacts/de.agilecoders.wicket/bootstrap/
implementation ("de.agilecoders.wicket:bootstrap:0.5.2")
'de.agilecoders.wicket:bootstrap:jar:0.5.2'
<dependency org="de.agilecoders.wicket" name="bootstrap" rev="0.5.2">
  <artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.agilecoders.wicket', module='bootstrap', version='0.5.2')
)
libraryDependencies += "de.agilecoders.wicket" % "bootstrap" % "0.5.2"
[de.agilecoders.wicket/bootstrap "0.5.2"]