Download mutagen-0.3.0.jar file - Jar m

Jar examples for m:mutagen

Description

Mutagen is a lightweight framework for applying versioned changes (known as mutations) to a resource, like a database. Mutagen takes into account the resource's existing state and only applies changes that haven't yet been applied.

You can download jar file mutagen 0.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add mutagen-0.3.0.jar to your project.

<dependency>
   <groupId>com.toddfast.mutagen</groupId>
   <artifactId>mutagen</artifactId>
   <version>0.3.0</version>
</dependency>
compile group: 'com.toddfast.mutagen', name: 'mutagen', version: '0.3.0'
libraryDependencies += "com.toddfast.mutagen" % "mutagen" % "0.3.0"
<dependency org="com.toddfast.mutagen" name="mutagen" rev="0.3.0"/>
@Grapes(@Grab(group='com.toddfast.mutagen', module='mutagen', version='0.3.0'))
'com.toddfast.mutagen:mutagen:jar:0.3.0'

Download

Click the following link to download the jar file.

mutagen-0.3.0-javadoc.jar
mutagen-0.3.0-sources.jar
mutagen-0.3.0.jar
mutagen-0.3.0.pom



Related Tutorials