Guava Preconditions

Only the Preconditions class from Google Guava.

Лицензия

Лицензия

Категории

Категории

Guava Универсальные библиотеки Utility
Группа

Группа

com.cookingfox
Идентификатор

Идентификатор

guava-preconditions
Последняя версия

Последняя версия

0.1.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

Guava Preconditions
Only the Preconditions class from Google Guava.
Ссылка на сайт

Ссылка на сайт

https://github.com/cookingfox/guava-preconditions
Организация-разработчик

Организация-разработчик

Cooking Fox
Система контроля версий

Система контроля версий

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

Скачать guava-preconditions

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (4)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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>

Версии библиотеки

Версия
0.1.5
0.1.4