Download myt-predicates-1.0.1.jar file - Jar m

Jar examples for m:myt-predicates

Description

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

You can download jar file myt-predicates 1.0.1 in this page.

License

Apache License 2.0

Build File

You can use the following script to add myt-predicates-1.0.1.jar to your project.

<dependency>
   <groupId>com.mytdev</groupId>
   <artifactId>myt-predicates</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'com.mytdev', name: 'myt-predicates', version: '1.0.1'
libraryDependencies += "com.mytdev" % "myt-predicates" % "1.0.1"
<dependency org="com.mytdev" name="myt-predicates" rev="1.0.1"/>
@Grapes(@Grab(group='com.mytdev', module='myt-predicates', version='1.0.1'))
'com.mytdev:myt-predicates:jar:1.0.1'

Download

Click the following link to download the jar file.

myt-predicates-1.0.1-javadoc.jar
myt-predicates-1.0.1-sources.jar
myt-predicates-1.0.1.jar
myt-predicates-1.0.1.pom



Related Tutorials