Download wicket-bootstrap-0.2.jar file - Jar w

Jar examples for w:wicket-bootstrap

Description

Wicket integration for Twitter's Bootstrap

You can download jar file wicket-bootstrap 0.2 in this page.

License

Apache License

Build File

You can use the following script to add wicket-bootstrap-0.2.jar to your project.

<dependency>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-bootstrap</artifactId>
   <version>0.2</version>
</dependency>
compile group: 'org.apache.wicket', name: 'wicket-bootstrap', version: '0.2'
libraryDependencies += "org.apache.wicket" % "wicket-bootstrap" % "0.2"
<dependency org="org.apache.wicket" name="wicket-bootstrap" rev="0.2"/>
@Grapes(@Grab(group='org.apache.wicket', module='wicket-bootstrap', version='0.2'))
'org.apache.wicket:wicket-bootstrap:jar:0.2'

Download

Click the following link to download the jar file.

wicket-bootstrap-0.2-javadoc.jar
wicket-bootstrap-0.2-sources.jar
wicket-bootstrap-0.2-test-sources.jar
wicket-bootstrap-0.2.jar
wicket-bootstrap-0.2.pom



Related Tutorials