utils

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

GroupId

GroupId

com.github.autermann
ArtifactId

ArtifactId

utils
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

utils
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Source Code Management

Source Code Management

https://github.com/autermann/java-utils

Download utils

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.autermann/utils/ -->
<dependency>
    <groupId>com.github.autermann</groupId>
    <artifactId>utils</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.autermann/utils/
implementation 'com.github.autermann:utils:1.0.0'
// https://jarcasting.com/artifacts/com.github.autermann/utils/
implementation ("com.github.autermann:utils:1.0.0")
'com.github.autermann:utils:jar:1.0.0'
<dependency org="com.github.autermann" name="utils" rev="1.0.0">
  <artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.autermann', module='utils', version='1.0.0')
)
libraryDependencies += "com.github.autermann" % "utils" % "1.0.0"
[com.github.autermann/utils "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 15.0

Project Modules

There are no modules declared in this project.

java-utils Build Status

Java Utility Classes

Build

git clone --recursive -q -b master https://github.com/autermann/java-utils.git
mvn -q -f java-utils/pom.xml clean source:jar javadoc:jar install

License

Copyright (C) 2013 by it's authors.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Versions

Version
1.0.0