Skip to content

WICKET COMPONENTS FOR TWITTER BOOTSTRAP - Wicket-Bootstrap is based on Twitter's toolkit (bootstrap) and the Apache Wicket Framework.

Notifications You must be signed in to change notification settings

szpak-forks/wicket-bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WICKET COMPONENTS FOR TWITTER BOOTSTRAP

Wicket-Bootstrap is based on Twitter's toolkit (bootstrap) and the Apache Wicket Framework.

Components

Extensions

Usage

Maven

wicket-bootstrap is available in Maven central repository.

core maven dependency:

<dependency>
  <groupId>de.agilecoders.wicket</groupId>
  <artifactId>bootstrap</artifactId>
  <version>0.7.5</version>
</dependency>

for all extensions:

<dependency>
  <groupId>de.agilecoders.wicket</groupId>
  <artifactId>bootstrap-extensions</artifactId>
  <version>0.7.5</version>
</dependency>

Twitter account

Keep up to date on announcements and more by following me @l0rdn1kk0n on Twitter or use the #WicketBootstrap hashtag.

Bug tracker

Have a bug? Please create an issue here on GitHub!

https://github.com/l0rdn1kk0n/wicket-bootstrap/issues

Versioning

Wicket-Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the follow format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major
  • New additions without breaking backward compatibility bumps the minor
  • Bug fixes and misc changes bump the patch

For more information on SemVer, please visit http:https://semver.org/.

Copyright and license

Copyright 2012 AgileCoders.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http:https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

WICKET COMPONENTS FOR TWITTER BOOTSTRAP - Wicket-Bootstrap is based on Twitter's toolkit (bootstrap) and the Apache Wicket Framework.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 51.5%
  • Java 48.4%
  • Shell 0.1%