groupId: org.apache.openejb artifactId: openejb-core Two options for doing this in the future: * In m2eclipse, you can do a classname-based search. * Nexus provides the same search capability. You can use the public instance at repository.sonatype.org: http://repository.sonatype.org/index.html#nexus-search;classname~org.openejb.client.LocalInitialContextFactory
These both use the same underlying technology, so the answers should be similar :) There may be other options... Justin On Mon, Jan 4, 2010 at 5:46 PM, laredotornado <[email protected]>wrote: > > Hi, > > I'm trying to figure out the appropriate Maven dependency so that I can > include this class > > org.openejb.client.LocalInitialContextFactory > > in my project's classpath. Does anyone know what the dependency is or a > more reliable way of tracking down what JAR file a class is included in? > > Thanks, - Dave > > -- > View this message in context: > http://old.nabble.com/Help-figuring-out-the-Maven-dependency-tp27020637p27020637.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
