Guava Preconditions

Only the Preconditions class from Google Guava.

License

License

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.cookingfox
ArtifactId

ArtifactId

guava-preconditions
Last Version

Last Version

0.1.5
Release Date

Release Date

Type

Type

jar
Description

Description

Guava Preconditions
Only the Preconditions class from Google Guava.
Project URL

Project URL

https://github.com/cookingfox/guava-preconditions
Project Organization

Project Organization

Cooking Fox
Source Code Management

Source Code Management

http://github.com/cookingfox/guava-preconditions

Download guava-preconditions

How to add to project

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

Dependencies

test (4)

Group / Artifact Type Version
com.google.guava : guava jar 19.0
com.google.guava : guava-testlib jar 19.0
com.google.truth : truth jar 0.28
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Guava: Preconditions

Only the Preconditions class from Google Guava version 19.

Download

Download Maven Central

The distribution is hosted on Bintray. To include the package in your projects, you can add the jCenter repository.

Gradle

Add jCenter to your repositories block (not necessary for Android - jCenter is the default repository):

repositories {
    jcenter()
}

and add the project to the dependencies block in your build.gradle:

dependencies {
    compile 'com.cookingfox:guava-preconditions:0.1.5'
}

Maven

Add jCenter to your repositories in pom.xml or settings.xml:

<repositories>
    <repository>
        <id>jcenter</id>
        <url>http://jcenter.bintray.com</url>
    </repository>
</repositories>

and add the project to the dependencies block in your pom.xml:

<dependency>
    <groupId>com.cookingfox</groupId>
    <artifactId>guava-preconditions</artifactId>
    <version>0.1.5</version>
</dependency>

Versions

Version
0.1.5
0.1.4