Created
March 12, 2016 06:52
-
-
Save cursive-ghost/4422cfa7e21ba4104403 to your computer and use it in GitHub Desktop.
Revisions
-
cursive-ghost created this gist
Mar 12, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,48 @@ ~/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