Skip to content

saasquatch/squatch-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

243 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

squatch-common

License Build Status codecov Download

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.

Adding squatch-common to your project

Add the repository

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"
  }
}

Add the dependency

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'

LICENSE

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.

About

SaaSquatch utility libraries for Java

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages