| License |
License
MIT
|
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcom.marvinformatics.apgdiff |
| ArtifactId | ArtifactIdapgdiff |
| Last Version | Last Version2.5.0.20160618 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAnother PostgreSQL Diff Tool
Simple PostgreSQL diff tool that is useful for schema upgrades. The tool compares two schema dump files and creates output file that is (after some hand-made modifications) suitable for upgrade of old schema.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| apgdiff-2.5.0.20160618.pom | |
| apgdiff-2.5.0.20160618.jar | 126 KB |
| apgdiff-2.5.0.20160618-sources.jar | 89 KB |
| apgdiff-2.5.0.20160618-javadoc.jar | 350 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.marvinformatics.apgdiff/apgdiff/ -->
<dependency>
<groupId>com.marvinformatics.apgdiff</groupId>
<artifactId>apgdiff</artifactId>
<version>2.5.0.20160618</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvinformatics.apgdiff/apgdiff/
implementation 'com.marvinformatics.apgdiff:apgdiff:2.5.0.20160618'
// https://jarcasting.com/artifacts/com.marvinformatics.apgdiff/apgdiff/
implementation ("com.marvinformatics.apgdiff:apgdiff:2.5.0.20160618")
'com.marvinformatics.apgdiff:apgdiff:jar:2.5.0.20160618'
<dependency org="com.marvinformatics.apgdiff" name="apgdiff" rev="2.5.0.20160618">
<artifact name="apgdiff" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvinformatics.apgdiff', module='apgdiff', version='2.5.0.20160618')
)
libraryDependencies += "com.marvinformatics.apgdiff" % "apgdiff" % "2.5.0.20160618"
[com.marvinformatics.apgdiff/apgdiff "2.5.0.20160618"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |
| org.hamcrest : hamcrest-all | jar | 1.1 |