MVN

com.toddfast.mutagen : mutagen

Maven & Gradle

Dec 31, 2013
2 usages
11 stars

toddfast-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.

<dependency>
    <groupId>com.toddfast.mutagen</groupId>
    <artifactId>mutagen</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.toddfast.mutagen : mutagen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of com.toddfast.mutagen : mutagen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
mutagen-0.3.0

How to add a dependency to Maven

Add the following com.toddfast.mutagen : mutagen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.toddfast.mutagen</groupId>
    <artifactId>mutagen</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.toddfast.mutagen : mutagen gradle dependency to your build.gradle file:

implementation 'com.toddfast.mutagen:mutagen:0.3.0'

Gradle Kotlin DSL: Add the following com.toddfast.mutagen : mutagen gradle kotlin dependency to your build.gradle.kts file:

implementation("com.toddfast.mutagen:mutagen:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.toddfast.mutagen : mutagen sbt scala dependency to your build.sbt file:

libraryDependencies += "com.toddfast.mutagen" % "mutagen" % "0.3.0"

Advertisement

Dependencies from Group

Dec 31, 2013
2 usages
11 stars
Dec 31, 2013
1 usages
30 stars

Discover Dependencies

Jan 16, 2006
1 usages
Jul 25, 2013
6 usages
Mar 10, 2014
1 usages
1 stars
Dec 14, 2014
2 usages
21 stars
Dec 22, 2012
9 usages
14 stars
Sep 27, 2012
9 usages
1 stars
Aug 25, 2011
19 usages
Oct 23, 2013
3 usages
Oct 20, 2013
11 usages
6 stars