The Artima Developer Community
Sponsored Link

Java Buzz Forum
Db4o via Maven

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Peter Karich

Posts: 468
Nickname: pettar
Registered: Apr, 2008

Peter Karich is Physicist and Java Software Developer
Db4o via Maven Posted: May 20, 2010 4:18 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Peter Karich.
Original Post: Db4o via Maven
Feed Title: Java and more ...
Feed URL: https://karussell.wordpress.com/category/java/feed/
Feed Description: Just another weblog. Its about my developer experiences with Java in general. In detail I will blog about NetBeans, Eclipse, Design Patterns, News, Web Frameworks and other tools. My focus will be open source tools, which make the life of a Java developer easier.
Latest Java Buzz Posts
Latest Java Buzz Posts by Peter Karich
Latest Posts From Java and more ...

Advertisement
I couldn’t find the correct maven deps for db4o if you use transparent activation … so here you are: <dependencies> <dependency> <groupId>com.db4o</groupId> <artifactId>db4o-full-java5</artifactId> <version>${db4o.version}</version> </dependency> <dependency> <groupId>com.db4o</groupId> <artifactId>db4o-tools-java5</artifactId> <version>${db4o.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.db4o</groupId> <artifactId>db4o-taj-java5</artifactId> <version>${db4o.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.db4o</groupId> <artifactId>db4o-instrumentation-java5</artifactId> <version>${db4o.version}</version> <scope>compile</scope> </dependency> </dependencies> <repositories> <repository> <id>db4o</id> <name>Db4o</name> <url>https://source.db4o.com/maven/</url> </repository> </repositories> Now I have to [...]

Read: Db4o via Maven

Topic: Teens get firsthand experience with dangers of texting while driving Previous Topic   Next Topic Topic: Top 10 online UPS Systems

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use