Download doov-core-2.0.0.jar file - Jar d

Jar examples for d:doov-core

Description

dOOv, a fluent API for type-safe domain model validation

You can download jar file doov-core 2.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add doov-core-2.0.0.jar to your project.

<dependency>
   <groupId>io.doov</groupId>
   <artifactId>doov-core</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'io.doov', name: 'doov-core', version: '2.0.0'
libraryDependencies += "io.doov" % "doov-core" % "2.0.0"
<dependency org="io.doov" name="doov-core" rev="2.0.0"/>
@Grapes(@Grab(group='io.doov', module='doov-core', version='2.0.0'))
'io.doov:doov-core:jar:2.0.0'

Download

Click the following link to download the jar file.

doov-core-2.0.0-javadoc.jar
doov-core-2.0.0-sources.jar
doov-core-2.0.0.jar
doov-core-2.0.0.pom



Related Tutorials