Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 2, 2020 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/2da55867fc62ebbe2787a14764e5c051 to your computer and use it in GitHub Desktop.
Save r-ryantm/2da55867fc62ebbe2787a14764e5c051 to your computer and use it in GitHub Desktop.
/nix/store/z3iy6ply13n32jwjnjwcmzkwhydfgpbp-liquibase-3.8.7
├── bin
│   └── liquibase
├── lib
│   ├── commons-cli-1.4.jar
│   ├── h2-1.4.200.jar
│   ├── jaxb-api-2.3.0.jar
│   ├── jaxb-core-2.3.0.jar
│   ├── jaxb-impl-2.3.0.jar
│   ├── liquibase_autocomplete.sh
│   ├── logback-classic-1.2.3.jar
│   ├── logback-core-1.2.3.jar
│   ├── slf4j-api-1.7.28.jar
│   └── snakeyaml-1.24.jar
├── licenses
│   ├── EclipsePublicLicense_1.0.txt
│   ├── GnuLibraryGeneralPublicLicense_2.txt
│   ├── Liquibase Pro EULA Software License Subscription and Support Agreement.txt
│   └── MITLicense.txt
├── liquibase.jar
└── share
└── doc
└── liquibase-3.8.7
├── ABOUT.txt
├── changelog.txt
├── LICENSE.txt
└── README.txt
6 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment