Jar examples for m:mutagen
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
mutagen-0.3.0-javadoc.jar