Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 797617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T22:50:16+00:00 2026-05-14T22:50:16+00:00

I tried to install google salve http://code.google.com/p/salve/ by adding following statements in the project’s

  • 0

I tried to install google salve http://code.google.com/p/salve/ by adding following statements in the project’s pom file:
However, when running mvn dependency:resolve it states “unable to find resource “salve:salve:jar:2.0” in repository salve

What’s wrong?

  <dependency>
              <groupId>salve</groupId>
              <artifactId>salve</artifactId>
              <version>2.0</version>
          </dependency>

  <repository>
              <id>salve</id>
              <name>Google Maven Repository</name>
              <url>http://salve.googlecode.com/svn/maven2/</url>
  </repository>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T22:50:17+00:00Added an answer on May 14, 2026 at 10:50 pm

    The salve artifact you’re mentioning is a pom (and indeed, there is no salve:salve:jar:2.0). If this is really the dependency you want to declare, you need to specify the type:

    <project>
      ...
      <repositories>
        <repository>
          <id>salve</id>
          <name>Google Maven Repository</name>
          <url>http://salve.googlecode.com/svn/maven2/</url>
        </repository>
      </repositories>
      <dependencies>
        <dependency>
          <groupId>salve</groupId>
          <artifactId>salve</artifactId>
          <version>2.0</version>
          <type>pom</type>
        </dependency>
        ...
      </dependencies>
    </project>
    

    Honestly, I doubt you want the pom but I can’t tell you which artifact you need.

    Update: I guess you would have figured this out yourself but for salve-depend-guice, use the following dependency:

        <dependency>
          <groupId>salve</groupId>
          <artifactId>salve-depend-guice</artifactId>
          <version>2.0</version>
        </dependency>
    

    The dependencies of the above artifact will be downloaded transitively by Maven.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use waf (http://code.google.com/p/waf/) to build a fortran library (which also uses some c-code).
I tried to install Geo::Google using CPAN ( http://metacpan.org/pod/Geo::Google v0.05 ) and it failed
I tried to install an app using com.google.android.maps library on Moto XT681 Phone. Eclipse
I tried to install MVC Framework from the below URL http://www.asp.net/mVC/ First it is
I tried to install pygtk on mac. I downloaded the pygtk file, opened up
I got Calculator source code from google's android.git.kernel.org and successfully build the project without
I have a Google App Engine app - http://mylovelyapp.appspot.com/ It has a page -
I tried to install pygame via pip but this fails. Based on my google
I just installed Eclipse Helios (Java EE edition) and tried to install the Google
I tried to install big query on ubuntu and I got the following error:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.