Preconditions

A Java library for enforcing preconditions.

License

License

GroupId

GroupId

org.bitbucket.cowwoc.preconditions
ArtifactId

ArtifactId

preconditions-core
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

Preconditions
A Java library for enforcing preconditions.

Download preconditions-core

How to add to project

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

Dependencies

compile (2)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.4
1.3
1.2
1.1