License |
License |
---|---|
GroupId | GroupIdcom.toddfast.mutagen |
ArtifactId | ArtifactIdmutagen |
Version | Version0.3.0 |
Type | Typejar |
Description |
Descriptiontoddfast-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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mutagen-0.3.0.pom | |
mutagen-0.3.0.jar | 16 KB |
mutagen-0.3.0-sources.jar | 8 KB |
mutagen-0.3.0-javadoc.jar | 108 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |