> +<dependency> > + <groupId>org.apache.jclouds</groupId> > + <artifactId>jclouds-all</artifactId> > + <version>1.8.0</version> > +</dependency> > +<dependency> > + <groupId>org.apache.jclouds.driver</groupId> > + <artifactId>jclouds-log4j</artifactId> > + <version>1.8.0</version> > +</dependency> > +<dependency> > + <groupId>org.apache.jclouds.driver</groupId> > + <artifactId>jclouds-sshj</artifactId> > + <version>1.8.0</version> > +</dependency> > +* Note - make sure that the dependency is 'JAR'
This is "Maven basics" - that doesn't mean that we shouldn't do it, but perhaps point users towards a Maven guide instead? /cc @everett-toews? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/129/files#r18223456
