Download castor-core-1.3.3.jar file

Introduction

You can download castor-core-1.3.3.jar in this page.

License

Open Source

Type List

castor-core-1.3.3.jar file has the following types.

META-INF/LICENSE
META-INF/LICENSE.APACHE2
META-INF/MANIFEST.MF
META-INF/maven/org.codehaus.castor/castor-core/pom.properties
META-INF/maven/org.codehaus.castor/castor-core/pom.xml
org.castor.core.CoreConfiguration.class
org.castor.core.CoreProperties.class
org.castor.core.annotationprocessing.AnnotationProcessingService.class
org.castor.core.annotationprocessing.AnnotationProcessor.class
org.castor.core.annotationprocessing.AnnotationTargetException.class
org.castor.core.annotationprocessing.BaseAnnotationProcessingService.class
org.castor.core.annotationprocessing.BaseTargetAwareAnnotationProcessingService.class
org.castor.core.annotationprocessing.TargetAwareAnnotationProcessingService.class
org.castor.core.annotationprocessing.TargetAwareAnnotationProcessor.class
org.castor.core.constants.cpa.JDOConstants.class
org.castor.core.constants.solrj.SOLRJConstants.class
org.castor.core.exception.IllegalClassDescriptorInitialization.class
org.castor.core.exceptions.CastorRuntimeException.class
org.castor.core.nature.BaseNature.class
org.castor.core.nature.Nature.class
org.castor.core.nature.NatureExtendable.class
org.castor.core.nature.PropertyHolder.class
org.castor.core.util.AbstractProperties.class
org.castor.core.util.Assert.class
org.castor.core.util.Base64Decoder.class
org.castor.core.util.Base64Encoder.class
org.castor.core.util.CastorProperties.class
org.castor.core.util.CycleBreaker.class
org.castor.core.util.EnumerationIterator.class
org.castor.core.util.HexDecoder.class
org.castor.core.util.IdentityMap.class
org.castor.core.util.IdentitySet.class
org.castor.core.util.MessageKeys.class
org.castor.core.util.Messages.class
org.castor.core.util.PropertiesException.class
org.castor.core.util.StringUtil.class
org.exolab.castor.core.exceptions.CastorException.class
org.exolab.castor.core.exceptions.CastorIllegalStateException.class
org/castor/core/castor.core.properties

Pom

castor-core-1.3.3.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

    <modelVersion>4.0.0</modelVersion>
    <groupId>org.codehaus.castor</groupId>
    <artifactId>castor-core</artifactId>
    <version>1.3.3</version>

    <parent>
        <groupId>org.codehaus.castor</groupId>
        <artifactId>castor</artifactId>
        <version>1.3.3</version>
    </parent>

    <packaging>jar</packaging>

    <name>Castor CORE - Core code/functionality</name>
    <url>http://castor.org</url>
    <description>
        Core functionality - Required by all other modules
    </description>

    <scm>
       <connection>scm:svn:http://svn.codehaus.org/castor/castor/tags/castor-1.3.3/core</connection>
       <developerConnection>scm:svn:https://svn.codehaus.org/castor/castor/tags/castor-1.3.3/core</developerConnection>
       <url>http://svn.castor.codehaus.org/browse/castor/castor/tags/castor-1.3.3/core</url>
    </scm>
    
    <build>
    	<resources>
      <!-- 
            <resource>
                <directory>src/main/resources</directory>
                <excludes>
                	<exclude>META-INF/MANIFEST.MF</exclude>
                </excludes>
            </resource>
            <resource>
            	<directory>src/main/resources</directory>
            	<filtering>true</filtering>
            	<includes>
            		<include>META-INF/MANIFEST.MF</include>
            	</includes>
            </resource>
             -->
        </resources>
    </build>

    <dependencies>

        <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
        </dependency>
        
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <scope>test</scope>
        </dependency>
        
        <dependency>
            <groupId>commons-lang</groupId>
            <artifactId>commons-lang</artifactId>
        </dependency>

    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.codehaus.castor</groupId>
   <artifactId>castor-core</artifactId>
   <version>1.3.3</version>
</dependency>

Download

If you think the following castor-core-1.3.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download castor-core-1.3.3.jar file




PreviousNext

Related