GithubHelp home page GithubHelp logo

Maven repo about guava HOT 21 CLOSED

google avatar google commented on May 13, 2024
Maven repo

from guava.

Comments (21)

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by dom.happygiraffe.net on 2009-09-17 at 09:30 AM


I'd second this. Source jars as well, please. :)

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by gpampara on 2009-09-18 at 10:32 AM


I'd have to agree :)

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by kevinb9n on 2009-09-19 at 04:25 PM


We aren't even posting a binary yet, and I don't think we will until we complete the
process of finalizing the google collections code and merging it into this project.
Otherwise there's going to be too much confusion.

I'm sorry that we can't move faster... but what you have right now is basically just
a "teaser" -- we're showing you the code but it's not quite prime-time-ready yet.

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by [email protected] on 2009-10-16 at 04:46 PM


You could just release 0.*-SNAPSHOT versions.
Do you mind mavenizing the project? I am sure there are many people out there that
will help (including me).

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by charlie.knudsen on 2009-10-28 at 11:53 PM


Until things are official folks can setup their own pom that uses the current directory
structure. I setup a basic pom that can be used at:
http://gist.github.com/220861

The group/artifact/version names will probably change when things are actually launched
but this may help others get a jar in your local repo for now.

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by ian.clarke on 2009-11-14 at 04:02 PM


I would really appreciate it if you guys could provide a Maven repo for this since my
company won't use any libraries in our code that don't have a repo (as it complicates
the build and deployment process).

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by francisdb on 2009-11-14 at 08:03 PM


I see this issue on all Google projects: guice2, guava, android, ... seems to me that
Google is not supporting maven at all...

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by ian.clarke on 2009-11-14 at 10:10 PM


francisdb, at least they support it for Google Collections.

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by ted.dunning on 2010-02-12 at 11:40 PM


So now that collections is finalized and incorporated, is a binary jar in maven
forthcoming?

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by b2prix21 on 2010-03-15 at 01:43 PM


Collections seam to be in the central Maven repository, but I can't find guava there
(the superset).

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by ted.dunning on 2010-03-15 at 11:20 PM


See the pom that at http://gist.github.com/220861

I have successfully used a slight variant on that pom.

There is no word from google about when they plan to publish a maven artifact. It
would almost be reasonable to fork the entire project just to accomplish that.

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by [email protected] on 2010-04-12 at 06:59 PM


Any hope that there will be any progress? Those basic libraries should really be
available within maven central...

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by rooneyp on 2010-04-17 at 12:46 PM


Another vote for have all of guava available from the Maven repo's.

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by alex.muh on 2010-04-21 at 10:24 AM


And one more vote for maven support.

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by ted.dunning on 2010-04-28 at 10:08 PM


Looks like r03 is now in maven.

THis works for me:

    <dependency>
        <groupId>com.google.guava</groupId>
        <artifactId>guava</artifactId>
        <version>r03</version>
    </dependency>

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by mosabua on 2010-04-28 at 11:09 PM


Awesome. The whole lot is there are http://repo2.maven.org/maven2/com/google/guava/

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by gpampara on 2010-04-29 at 07:18 AM


Yeah. Seems like it's all good. A big thank you to all involved in getting the
artifacts deployed :)

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by conny.kreyssel on 2010-05-17 at 10:13 AM


And who starts the same procedure for r04?

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by japgolly on 2010-05-26 at 02:08 AM


r04 is still missing from maven central.
Any news as to when it will be uploaded?

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by mathias.bogaert on 2010-05-26 at 06:00 PM


Please r05 as well. :-)

from guava.

gissuebot avatar gissuebot commented on May 13, 2024

Original comment posted by [email protected] on 2010-06-10 at 05:04 PM


(No comment entered for this change.)


Status: Fixed

from guava.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.