http://repository.op4j.org/maven is the official Maven repository for Qi4j.
You will need at least; org.qi4j.core:org.qi4j.core.api // most client code only depends on this, i.e scope = compile org.qi4j.core:org.qi4j.core.bootstrap // the client code that starts the application needs this part, scope = compile org.qi4j.core:org.qi4j.core.spi // extensions need this, so most of the time just scope=runtime org.qi4j.core:org.qi4j.core.runtime // nothing should depend on this, scope = runtime. The latest released version is 1.4.1 The current 'develop' branch on Github contains the beginning of version 2.0, a major incompatibility break in many areas, to simply and reduce the Qi4j 'footprint' and 'impact' as well as tighter integration with Scala. It is not recommended yet for production deployments. To build from GitHub sources, simple run the ./gradlew script in qi4j-sdk repository, which now contains all the parts (no longer git submodules). ./gradlew clean install Any further questions, just ask and I will try to help... Cheers Niclas On Thu, Dec 8, 2011 at 12:04 PM, Ming Qin <[email protected]> wrote: > Hi: > For understanding Qi4j framework design, I refer to take a look early > version of framework. > > I am wishing to get early maven-enable Qi4j source codes so I could build it > with my familiar maven settings. Is that public access repository contains > early maven-based q14j code based? I am comfortable with GitHub. > > > > Ming Qin > Cell Phone 858-353-2839 > _______________________________________________ > qi4j-dev mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/qi4j-dev -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/3xugrbk I work here; http://tinyurl.com/6a2pl4j I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

