License |
License |
---|---|
GroupId | GroupIdone.edee.oss |
ArtifactId | ArtifactIddarwin |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDatabase Schema Evolution mechanism in a tiny library
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
darwin-1.0.3.pom | |
darwin-1.0.3.jar | 172 KB |
darwin-1.0.3-sources.jar | 135 KB |
darwin-1.0.3-javadoc.jar | 304 KB |
Browse |
<!-- https://jarcasting.com/artifacts/one.edee.oss/darwin/ -->
<dependency>
<groupId>one.edee.oss</groupId>
<artifactId>darwin</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/one.edee.oss/darwin/
implementation 'one.edee.oss:darwin:1.0.3'
// https://jarcasting.com/artifacts/one.edee.oss/darwin/
implementation ("one.edee.oss:darwin:1.0.3")
'one.edee.oss:darwin:jar:1.0.3'
<dependency org="one.edee.oss" name="darwin" rev="1.0.3">
<artifact name="darwin" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.edee.oss', module='darwin', version='1.0.3')
)
libraryDependencies += "one.edee.oss" % "darwin" % "1.0.3"
[one.edee.oss/darwin "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.8 |
commons-logging : commons-logging | jar | 1.2 |
org.springframework : spring-core | jar | 5.3.21 |
org.springframework : spring-beans | jar | 5.3.21 |
org.springframework : spring-context | jar | 5.3.21 |
org.springframework : spring-jdbc | jar | 5.3.21 |
org.springframework : spring-tx | jar | 5.3.21 |
org.freemarker : freemarker Optional | jar | 2.3.31 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
org.springframework : spring-test | jar | 5.3.21 |
org.springframework : spring-web | jar | 5.3.21 |
com.zaxxer : HikariCP | jar | 3.4.5 |
mysql : mysql-connector-java | jar | 8.0.29 |
com.oracle.database.jdbc : ojdbc6 | jar | 11.2.0.4 |
com.h2database : h2 | jar | 2.1.214 |
org.slf4j : slf4j-simple | jar | 1.7.30 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.apache.logging.log4j : log4j | pom | 2.17.2 |