License |
License |
---|---|
GroupId | GroupIdorg.archmix |
ArtifactId | ArtifactIdmigrami-oss |
Last Version | Last Version0.0.13 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionArchmix Migrami Open Source Solution
Migrami is an extensible migration API for Java Developers that want to do more than database
migrations.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
migrami-oss-0.0.13.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.archmix/migrami-oss/ -->
<dependency>
<groupId>org.archmix</groupId>
<artifactId>migrami-oss</artifactId>
<version>0.0.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.archmix/migrami-oss/
implementation 'org.archmix:migrami-oss:0.0.13'
// https://jarcasting.com/artifacts/org.archmix/migrami-oss/
implementation ("org.archmix:migrami-oss:0.0.13")
'org.archmix:migrami-oss:pom:0.0.13'
<dependency org="org.archmix" name="migrami-oss" rev="0.0.13">
<artifact name="migrami-oss" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.archmix', module='migrami-oss', version='0.0.13')
)
libraryDependencies += "org.archmix" % "migrami-oss" % "0.0.13"
[org.archmix/migrami-oss "0.0.13"]