License |
License |
---|---|
GroupId | GroupIdorg.archmix |
ArtifactId | ArtifactIdmigrami-oss |
Version | Version0.0.12 |
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.12.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.archmix/migrami-oss/ -->
<dependency>
<groupId>org.archmix</groupId>
<artifactId>migrami-oss</artifactId>
<version>0.0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.archmix/migrami-oss/
implementation 'org.archmix:migrami-oss:0.0.12'
// https://jarcasting.com/artifacts/org.archmix/migrami-oss/
implementation ("org.archmix:migrami-oss:0.0.12")
'org.archmix:migrami-oss:pom:0.0.12'
<dependency org="org.archmix" name="migrami-oss" rev="0.0.12">
<artifact name="migrami-oss" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.archmix', module='migrami-oss', version='0.0.12')
)
libraryDependencies += "org.archmix" % "migrami-oss" % "0.0.12"
[org.archmix/migrami-oss "0.0.12"]