License |
License |
---|---|
GroupId | GroupIdcom.github.puddingspudding |
ArtifactId | ArtifactIdpredicates |
Version | Version0.4 |
Type | Typejar |
Description |
Descriptionpredicates
The intention of this project is to improve readability of equality and relational operators using predefined [Predicates](https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
predicates-0.4.pom | |
predicates-0.4.jar | 7 KB |
predicates-0.4-sources.jar | 3 KB |
predicates-0.4-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.puddingspudding/predicates/ -->
<dependency>
<groupId>com.github.puddingspudding</groupId>
<artifactId>predicates</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.puddingspudding/predicates/
implementation 'com.github.puddingspudding:predicates:0.4'
// https://jarcasting.com/artifacts/com.github.puddingspudding/predicates/
implementation ("com.github.puddingspudding:predicates:0.4")
'com.github.puddingspudding:predicates:jar:0.4'
<dependency org="com.github.puddingspudding" name="predicates" rev="0.4">
<artifact name="predicates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.puddingspudding', module='predicates', version='0.4')
)
libraryDependencies += "com.github.puddingspudding" % "predicates" % "0.4"
[com.github.puddingspudding/predicates "0.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |