Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Where to download AspectJ ?

http://search.maven.org/ should find it.  I just checked and all
versions up to and including 1.6.12 are there.  Try this link:
http://search.maven.org/#browse%7C177643048

snapshots/milestones are in the maven.springframework.org repo mentioned here:
http://eclipse.org/aspectj/doc/released/README-169.html

And for that repo the details are:
<repository>
    <id>maven.springframework.org</id>
    <name>SpringSource snapshots</name>
    <url>http://maven.springframework.org/snapshot</url>
</repository>

or milestone instead of snapshot.

But really, central should contain all you need.

Andy

On 17 April 2012 15:03, J.V. <jvsrvcs@xxxxxxxxx> wrote:
> I want to download the latest stable release via Maven.  I cannot find it in
> http://repo1.maven.org/maven2/
>
> Is there another repo?  Does anyone understand why I would want to do this?
>
> thanks
>
>
> J.V.
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top