Skip to content

astrapi69/turbo-ninja

Repository files navigation

Overview

The library turbo-ninja is a collection of Apache Wicket components and utilities.

The components are loosely coupled and can be easily integrated into an existing Apache Wicket application.

The components are also designed to be customised so the user can provide they own components over factory methods.

License

The source code comes under the liberal Apache License V2.0, making turbo-ninja great for all types of wicket applications.

Build status

Build Status

Maven Central

Maven Central

Maven projects and install

You can add the following maven dependencies to your project pom.xml if you want to import the library.

You can first define the version properties:

<properties>
	...
	<!-- TURBO-NINJA version -->
	<turbo-ninja.version>7.6.0</turbo-ninja.version>
	<turbo-sansa-wicket-components.version>${turbo-ninja.version}</turbo-sansa-wicket-components.version>
	<wicket-bootstrap2.version>${turbo-ninja.version}</wicket-bootstrap2.version>
	<wicket-bootstrap3.version>${turbo-ninja.version}</wicket-bootstrap3.version>
	<wicket-component-expressions.version>${turbo-ninja.version}</wicket-component-expressions.version>
	...
</properties>

Add the following maven dependency to your project pom.xml if you want to import turbo-sansa-wicket-components:

<dependency>
	<groupId>de.alpharogroup</groupId>
	<artifactId>turbo-sansa-wicket-components</artifactId>
	<version>${turbo-sansa-wicket-components.version}</version>
</dependency>

Add the following maven dependency to your project pom.xml if you want to import wicket-bootstrap2:

<dependency>
	<groupId>de.alpharogroup</groupId>
	<artifactId>wicket-bootstrap2</artifactId>
	<version>${wicket-bootstrap2.version}</version>
</dependency>

Add the following maven dependency to your project pom.xml if you want to import wicket-bootstrap3:

<dependency>
	<groupId>de.alpharogroup</groupId>
	<artifactId>wicket-bootstrap3</artifactId>
	<version>${wicket-bootstrap3.version}</version>
</dependency>

Add the following maven dependency to your project pom.xml if you want to import components:

<dependency>
	<groupId>de.alpharogroup</groupId>
	<artifactId>wicket-component-expressions</artifactId>
	<version>${wicket-component-expressions.version}</version>
</dependency>

Open Issues

Open Issues

Want to Help and improve it?

The source code of turbo-ninja are on GitHub. Please feel free to fork and send pull requests!

Create your own fork of astrapi69/turbo-ninja/fork

To share your changes, submit a pull request.

Don't forget to add new units tests on your changes.

Contacting the Developer

Do not hesitate to contact the turbo-ninja developers with your questions, concerns, comments, bug reports, or feature requests.

  • Feature requests, questions and bug reports can be reported at the issues page.

Note

No animals were harmed in the making of this library.

Donate

If you like this library, please consider a donation through

Flattr this