License |
License |
---|---|
GroupId | GroupIdbr.com.objectos.core |
ArtifactId | ArtifactIdpreconditions |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionobjectos :: core :: preconditions
A Java8, Guava compatible, Precondtions class.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
preconditions-0.5.0.pom | |
preconditions-0.5.0.jar | 3 KB |
preconditions-0.5.0-sources.jar | 1 KB |
preconditions-0.5.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos.core/preconditions/ -->
<dependency>
<groupId>br.com.objectos.core</groupId>
<artifactId>preconditions</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.core/preconditions/
implementation 'br.com.objectos.core:preconditions:0.5.0'
// https://jarcasting.com/artifacts/br.com.objectos.core/preconditions/
implementation ("br.com.objectos.core:preconditions:0.5.0")
'br.com.objectos.core:preconditions:jar:0.5.0'
<dependency org="br.com.objectos.core" name="preconditions" rev="0.5.0">
<artifact name="preconditions" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.core', module='preconditions', version='0.5.0')
)
libraryDependencies += "br.com.objectos.core" % "preconditions" % "0.5.0"
[br.com.objectos.core/preconditions "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
br.com.objectos : assertion | jar | 0.8.0 |