myt-predicates

A simple predicates API for Java (implementation of Specification patern).

License

License

GroupId

GroupId

com.mytdev
ArtifactId

ArtifactId

myt-predicates
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

myt-predicates
A simple predicates API for Java (implementation of Specification patern).
Project URL

Project URL

https://github.com/le-yams/myt-predicates
Source Code Management

Source Code Management

https://github.com/le-yams/myt-predicates

Download myt-predicates

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.

myt-predicates

A simple predicates API for Java (implementation of Specification pattern).

License: Apache License v2

Versions

Version
1.0.1
1.0.0