I tried this but it did not work... :dependencies [[org.clojure/clojure "1.6.0"] [edu.cmu.sphinx/sphinx4-core "1.0-SNAPSHOT"] [edu.cmu.sphinx/sphinx4-data "1.0-SNAPSHOT"]] :repositories {"snapshots-repo" "https://oss.sonatype.org/content/repositories/snapshots"})
On Wednesday, June 3, 2015 at 12:12:44 PM UTC-4, Jacob Goodson wrote: > > How would I get this to work? > > <project> > ... > <repositories> > <repository> > <id>snapshots-repo</id> > <url>https://oss.sonatype.org/content/repositories/snapshots</url> > <releases><enabled>false</enabled></releases> > <snapshots><enabled>true</enabled></snapshots> > </repository> > </repositories> > ...</project> > > Then add sphinx4-core to the project dependencies: > > <dependency> > <groupId>edu.cmu.sphinx</groupId> > <artifactId>sphinx4-core</artifactId> > <version>1.0-SNAPSHOT</version></dependency> > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.