1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 <2010> 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 <2010> 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Maven2 repository for EPICS |
From: | "Carcassi, Gabriele" <[email protected]> |
To: | "EPICS tech-talk" <[email protected]> |
Date: | Mon, 26 Jul 2010 11:09:30 -0400 |
Hi all, For those of us that work with Java and use maven as a build
tool (or ivy), I have setup a maven2 repository on the epics sourceforge
project. It’s meant to contain libraries that are of general use of the
EPICS community, such as JCA, CAJ, PVData, PVAccess, PVManager, ChannelFinder
client API and so on. It’s also meant as a one stop shop for finding such
libraries, even if you are not using maven or ivy. To use in maven, simply add: <repositories>
<repository>
<id>epics</id>
<name>EPICS Repository</name>
<url>http://epics.sourceforge.net/maven2/</url>
</repository> </repositories> to your pom. To browse around, simply go to: http://epics.sourceforge.net/maven2/ Enjoy, Gabriele |