| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.choonchernlim |
| Идентификатор | Идентификаторbetter-preconditions |
| Последняя версия | Последняя версия0.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеBetter Preconditions
Java APIs for creating more readable and testable preconditions
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| better-preconditions-0.1.1.pom | |
| better-preconditions-0.1.1.jar | 53 KB |
| better-preconditions-0.1.1-sources.jar | 28 KB |
| better-preconditions-0.1.1-javadoc.jar | 229 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.choonchernlim/better-preconditions/ -->
<dependency>
<groupId>com.github.choonchernlim</groupId>
<artifactId>better-preconditions</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.choonchernlim/better-preconditions/
implementation 'com.github.choonchernlim:better-preconditions:0.1.1'
// https://jarcasting.com/artifacts/com.github.choonchernlim/better-preconditions/
implementation ("com.github.choonchernlim:better-preconditions:0.1.1")
'com.github.choonchernlim:better-preconditions:jar:0.1.1'
<dependency org="com.github.choonchernlim" name="better-preconditions" rev="0.1.1">
<artifact name="better-preconditions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.choonchernlim', module='better-preconditions', version='0.1.1')
)
libraryDependencies += "com.github.choonchernlim" % "better-preconditions" % "0.1.1"
[com.github.choonchernlim/better-preconditions "0.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 18.0 |
| joda-time : joda-time | jar | 2.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.codehaus.groovy : groovy-all | jar | 2.4.3 |
| com.google.guava : guava-testlib | jar | 18.0 |
| org.spockframework : spock-core | jar | 1.0-groovy-2.4 |
| junit : junit | jar | 4.11 |