Monits / monits-commons

A commons library used at Monits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monits-Commons

Basically, Monits-Commons is a Java library with common functionalities that we use at Monits. Hashing, Random Utils, Dao, Serialization, Validation, etc.

Maven users!

The project is hosted in our Open Source Maven repository!

<repositories>
	<repository>
		<id>monits-snapshots</id>
		<url>http://nexus.monits.com/content/repositories/oss-snapshots/</url>
		<name>Monits Snapshots</name>
	</repository>
</repositories>

<dependencies>
	<dependency>
		<groupId>com.monits</groupId>
		<artifactId>commons</artifactId>
		<version>1.1-SNAPSHOT</version>
	</dependency>
</dependencies>

Installation

Just

mvn clean install

Contributing

We encourage you to contribute to this project!

We are also looking forward to your bug reports, feature requests and questions regarding Monits-Commons.

Copyright and License

Copyright 2011 Monits.

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 at:

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

About

A commons library used at Monits


Languages

Language:Java 99.6%Language:Shell 0.4%