License |
License |
---|---|
GroupId | GroupIdorg.archmix |
ArtifactId | ArtifactIdmigrami-sql |
Last Version | Last Version0.0.13 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMigrami is an extensible migration API for Java Developers that want to do more than database
migrations.
|
Filename | Size |
---|---|
migrami-sql-0.0.13.pom | |
migrami-sql-0.0.13.jar | 15 KB |
migrami-sql-0.0.13-sources.jar | 8 KB |
migrami-sql-0.0.13-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.archmix/migrami-sql/ -->
<dependency>
<groupId>org.archmix</groupId>
<artifactId>migrami-sql</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.archmix/migrami-sql/
implementation 'org.archmix:migrami-sql:0.0.13'
// https://jarcasting.com/artifacts/org.archmix/migrami-sql/
implementation ("org.archmix:migrami-sql:0.0.13")
'org.archmix:migrami-sql:jar:0.0.13'
<dependency org="org.archmix" name="migrami-sql" rev="0.0.13">
<artifact name="migrami-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.archmix', module='migrami-sql', version='0.0.13')
)
libraryDependencies += "org.archmix" % "migrami-sql" % "0.0.13"
[org.archmix/migrami-sql "0.0.13"]
Group / Artifact | Type | Version |
---|---|---|
org.archmix : migrami-core | jar | 0.0.13 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.6 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.199 |