Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 25, 2020 19:38
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/8face8701bf021dbfc6b6bc478387d51 to your computer and use it in GitHub Desktop.
Save r-ryantm/8face8701bf021dbfc6b6bc478387d51 to your computer and use it in GitHub Desktop.
/nix/store/4vgvzpbc4f9i7qkz3m10igpqiyz12b9w-liquibase-4.1.1
├── 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_mac.bash
│   ├── liquibase_autocomplete.sh
│   └── snakeyaml-1.24.jar
├── licenses
│   ├── apache-2.0.txt
│   ├── bsd-2-clause.txt
│   ├── cddl1.txt
│   ├── cpl-1.0.txt
│   ├── epl-1.0.txt
│   ├── isc.txt
│   ├── lgpl-3.0.txt
│   ├── Liquibase Pro EULA Software License Subscription and Support Agreement.txt
│   ├── mit.txt
│   ├── plexus.txt
│   └── README.txt
├── liquibase.jar
└── share
└── doc
└── liquibase-4.1.1
├── ABOUT.txt
├── changelog.txt
├── LICENSE.txt
└── README.txt
6 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment