Hi Stevo,

there's plenty of JARs available, it all depends on what Castor modules
you want to be using. If you are using Maven 8anyhow), simply add e.g.
the following dependency, and Maven should sort things out itself.

<dependency>
    <groupId>org.codehaus.castor</groupId>
    <artifactId>castor-xml</artifactId>
    <version>1.3rc1</version>
</dependency>

Have a look at

http://mavenrepository.com/search.html?query=org.codehaus.castor

to see what's available, or assess the same information from

http://castor.org/maven-integration.html

Regards
Werner


Stevo Slavić wrote:
> Hello all,
> 
> In maven central repository there is only castor-1.3rc1.pom and no jar
> (see http://repo1.maven.org/maven2/org/codehaus/castor/castor/1.3rc1/ ).
> 
> Is there some sort of castor/codehaus milestone maven repository where
> castor 1.3rc1 jar can be found or am I supposed to install 1.3rc1 in my
> local repository?
> 
> Regards,
> Stevo.
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
> 
>    http://xircles.codehaus.org/manage_email
> 
> 

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to