Created
March 12, 2016 06:52
-
-
Save cursive-ide/4422cfa7e21ba4104403 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/d/c/jitpack> lein deps :tree | |
Retrieving com/github/SquidPony/SquidLib/squidlib/-v3.0.0-b3-g386143b-39/squidlib--v3.0.0-b3-g386143b-39.pom from jitpack | |
Retrieving com/github/SquidPony/SquidLib/squidlib-parent/-v3.0.0-b3-g386143b-39/squidlib-parent--v3.0.0-b3-g386143b-39.pom from jitpack | |
Retrieving com/github/SquidPony/SquidLib/squidlib-util/-v3.0.0-b3-g386143b-39/squidlib-util--v3.0.0-b3-g386143b-39.pom from jitpack | |
Retrieving com/badlogicgames/gdx/gdx/1.9.2/gdx-1.9.2.pom from central | |
Retrieving com/badlogicgames/gdx/gdx-parent/1.9.2/gdx-parent-1.9.2.pom from central | |
Retrieving com/github/SquidPony/SquidLib/squidlib/-v3.0.0-b3-g386143b-39/squidlib--v3.0.0-b3-g386143b-39.jar from jitpack | |
Retrieving com/github/SquidPony/SquidLib/squidlib-util/-v3.0.0-b3-g386143b-39/squidlib-util--v3.0.0-b3-g386143b-39.jar from jitpack | |
Retrieving com/badlogicgames/gdx/gdx/1.9.2/gdx-1.9.2.jar from central | |
[clojure-complete "0.2.4" :exclusions [[org.clojure/clojure]]] | |
[org.clojure/clojure "1.8.0"] | |
[org.clojure/tools.nrepl "0.2.12" :exclusions [[org.clojure/clojure]]] | |
~/d/c/jitpack> tree ~/.m2/repository/com/github/SquidPony/ | |
/Users/colin/.m2/repository/com/github/SquidPony/ | |
└── SquidLib | |
├── squidlib | |
│ ├── -SNAPSHOT | |
│ │ ├── maven-metadata-jitpack.xml | |
│ │ ├── maven-metadata-jitpack.xml.sha1 | |
│ │ └── resolver-status.properties | |
│ └── -v3.0.0-b3-g386143b-39 | |
│ ├── _maven.repositories | |
│ ├── squidlib--v3.0.0-b3-g386143b-39.jar | |
│ ├── squidlib--v3.0.0-b3-g386143b-39.jar.sha1 | |
│ ├── squidlib--v3.0.0-b3-g386143b-39.pom | |
│ └── squidlib--v3.0.0-b3-g386143b-39.pom.sha1 | |
├── squidlib-parent | |
│ ├── -SNAPSHOT | |
│ │ ├── maven-metadata-jitpack.xml | |
│ │ ├── maven-metadata-jitpack.xml.sha1 | |
│ │ └── resolver-status.properties | |
│ └── -v3.0.0-b3-g386143b-39 | |
│ ├── _maven.repositories | |
│ ├── squidlib-parent--v3.0.0-b3-g386143b-39.pom | |
│ └── squidlib-parent--v3.0.0-b3-g386143b-39.pom.sha1 | |
└── squidlib-util | |
├── -SNAPSHOT | |
│ ├── maven-metadata-jitpack.xml | |
│ ├── maven-metadata-jitpack.xml.sha1 | |
│ └── resolver-status.properties | |
└── -v3.0.0-b3-g386143b-39 | |
├── _maven.repositories | |
├── squidlib-util--v3.0.0-b3-g386143b-39.jar | |
├── squidlib-util--v3.0.0-b3-g386143b-39.jar.sha1 | |
├── squidlib-util--v3.0.0-b3-g386143b-39.pom | |
└── squidlib-util--v3.0.0-b3-g386143b-39.pom.sha1 | |
10 directories, 22 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment