Last Version

toddfast-mutagen 0.3.0

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.

License

License

GroupId

GroupId

com.toddfast.mutagen
ArtifactId

ArtifactId

mutagen
Version

Version

0.3.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/toddfast/mutagen
Source Code Management

Source Code Management

https://github.com/toddfast/mutagen

Download mutagen 0.3.0


<!-- https://jarcasting.com/artifacts/com.toddfast.mutagen/mutagen/ -->
<dependency>
    <groupId>com.toddfast.mutagen</groupId>
    <artifactId>mutagen</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.toddfast.mutagen/mutagen/
implementation 'com.toddfast.mutagen:mutagen:0.3.0'
// https://jarcasting.com/artifacts/com.toddfast.mutagen/mutagen/
implementation ("com.toddfast.mutagen:mutagen:0.3.0")
'com.toddfast.mutagen:mutagen:jar:0.3.0'
<dependency org="com.toddfast.mutagen" name="mutagen" rev="0.3.0">
  <artifact name="mutagen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.toddfast.mutagen', module='mutagen', version='0.3.0')
)
libraryDependencies += "com.toddfast.mutagen" % "mutagen" % "0.3.0"
[com.toddfast.mutagen/mutagen "0.3.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.