is not current version
Last Version 1.0.3

one.edee.oss:darwin 1.0.0

Library allows easy evolution of the data model for your application. Darwin runs migration SQL scripts in a specific dialect according to clearly defined rules.

GroupId

GroupId

one.edee.oss
ArtifactId

ArtifactId

darwin
Version

Version

1.0.0
Type

Type

jar

Download darwin 1.0.0


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