| License |
License |
|---|---|
| GroupId | GroupIdorg.archmix |
| ArtifactId | ArtifactIdmigrami-api |
| 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-api-0.0.13.pom | |
| migrami-api-0.0.13.jar | 12 KB |
| migrami-api-0.0.13-sources.jar | 7 KB |
| migrami-api-0.0.13-javadoc.jar | 81 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.archmix/migrami-api/ -->
<dependency>
<groupId>org.archmix</groupId>
<artifactId>migrami-api</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.archmix/migrami-api/
implementation 'org.archmix:migrami-api:0.0.13'
// https://jarcasting.com/artifacts/org.archmix/migrami-api/
implementation ("org.archmix:migrami-api:0.0.13")
'org.archmix:migrami-api:jar:0.0.13'
<dependency org="org.archmix" name="migrami-api" rev="0.0.13">
<artifact name="migrami-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.archmix', module='migrami-api', version='0.0.13')
)
libraryDependencies += "org.archmix" % "migrami-api" % "0.0.13"
[org.archmix/migrami-api "0.0.13"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.archmix : toolbox-java | jar | |
| org.archmix : toolbox-validation | jar | |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.6 |