License |
License
Apache License Version 2.0
|
---|---|
GroupId | GroupIdcom.lordofthejars |
ArtifactId | ArtifactIdbool |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbool
Bool is a project that uses Hamcrest matchers to provide a clean way to write conditionals and making them readable even for your clients.
|
Project URL |
Project URL |
Filename | Size |
---|---|
bool-0.9.0.pom | |
bool-0.9.0.jar | 7 KB |
bool-0.9.0-sources.jar | 3 KB |
bool-0.9.0-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lordofthejars/bool/ -->
<dependency>
<groupId>com.lordofthejars</groupId>
<artifactId>bool</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lordofthejars/bool/
implementation 'com.lordofthejars:bool:0.9.0'
// https://jarcasting.com/artifacts/com.lordofthejars/bool/
implementation ("com.lordofthejars:bool:0.9.0")
'com.lordofthejars:bool:jar:0.9.0'
<dependency org="com.lordofthejars" name="bool" rev="0.9.0">
<artifact name="bool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lordofthejars', module='bool', version='0.9.0')
)
libraryDependencies += "com.lordofthejars" % "bool" % "0.9.0"
[com.lordofthejars/bool "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |
cglib : cglib-nodep | jar | 2.2.2 |
org.objenesis : objenesis | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.lambdaj : lambdaj | jar | 2.3.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.10 |