SaaSquatch utility libraries for Java
This library aims to provide common utilites that are missing from other common Java libraries (e.g. commons-lang and Guava) with few dependencies.
Maven
<repositories>
<repository>
<id>bintray-saasquatch-java-libs</id>
<name>bintray</name>
<url>https://dl.bintray.com/saasquatch/java-libs</url>
</repository>
</repositories>Gradle
repositories {
maven {
url "https://dl.bintray.com/saasquatch/java-libs"
}
}Maven
<dependency>
<groupId>com.saasquatch</groupId>
<artifactId>squatch-common</artifactId>
<version>0.1.0-alpha-2</version>
</dependency>Gradle
compile 'com.saasquatch:squatch-common:0.1.0-alpha-2'Copyright 2019 ReferralSaaSquatch.com Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://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.