License |
License |
---|---|
GroupId | GroupIdorg.bitbucket.cowwoc |
ArtifactId | ArtifactIdpreconditions |
Last Version | Last Version1.29 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPreconditions
A Java library for enforcing preconditions.
|
Filename | Size |
---|---|
preconditions-1.29.pom | |
preconditions-1.29.jar | 14 KB |
preconditions-1.29-sources.jar | 9 KB |
preconditions-1.29-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.cowwoc/preconditions/ -->
<dependency>
<groupId>org.bitbucket.cowwoc</groupId>
<artifactId>preconditions</artifactId>
<version>1.29</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/preconditions/
implementation 'org.bitbucket.cowwoc:preconditions:1.29'
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/preconditions/
implementation ("org.bitbucket.cowwoc:preconditions:1.29")
'org.bitbucket.cowwoc:preconditions:jar:1.29'
<dependency org="org.bitbucket.cowwoc" name="preconditions" rev="1.29">
<artifact name="preconditions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cowwoc', module='preconditions', version='1.29')
)
libraryDependencies += "org.bitbucket.cowwoc" % "preconditions" % "1.29"
[org.bitbucket.cowwoc/preconditions "1.29"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
org.bitbucket.cowwoc : diff-match-patch | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.10 |