Download cayenne-wocompat-4.0.m5.jar file

Introduction

You can download cayenne-wocompat-4.0.m5.jar in this page.

License

Apache License

Type List

cayenne-wocompat-4.0.m5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/cayenne/LICENSE.txt
META-INF/cayenne/NOTICE.txt
META-INF/maven/org.apache.cayenne.modeler/cayenne-wocompat/pom.properties
META-INF/maven/org.apache.cayenne.modeler/cayenne-wocompat/pom.xml
org.apache.cayenne.wocompat.EODbAttribute.class
org.apache.cayenne.wocompat.EOModelHelper.class
org.apache.cayenne.wocompat.EOModelProcessor.class
org.apache.cayenne.wocompat.EOObjAttribute.class
org.apache.cayenne.wocompat.EOObjEntity.class
org.apache.cayenne.wocompat.EOQuery.class
org.apache.cayenne.wocompat.EOSQLQuery.class
org.apache.cayenne.wocompat.PlistDataStructureFactory.class
org.apache.cayenne.wocompat.PropertyListSerialization.class
org.apache.cayenne.wocompat.parser.DefaultPlistDataStructureFactory.class
org.apache.cayenne.wocompat.parser.ParseException.class
org.apache.cayenne.wocompat.parser.Parser.class
org.apache.cayenne.wocompat.parser.ParserConstants.class
org.apache.cayenne.wocompat.parser.ParserTokenManager.class
org.apache.cayenne.wocompat.parser.SimpleCharStream.class
org.apache.cayenne.wocompat.parser.Token.class
org.apache.cayenne.wocompat.parser.TokenMgrError.class

Pom

cayenne-wocompat-4.0.m5.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
	Licensed to the Apache Software Foundation (ASF) under one or more
	contributor license agreements. See the NOTICE file distributed with
	this work for additional information regarding copyright ownership.
	The ASF licenses this file to you under the Apache License, Version
	2.0 (the "License"); you may not use this file except in compliance
	with the License. You may obtain a copy of the License at

	http://www.apache.org/licenses/LICENSE-2.0 Unless required by
	applicable law or agreed to in writing, software distributed under the
	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
	CONDITIONS OF ANY KIND, either express or implied. See the License for
	the specific language governing permissions and limitations under the
	License.
-->
<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>

	<parent>
		<groupId>org.apache.cayenne.modeler</groupId>
		<artifactId>cayenne-modeler-parent</artifactId>
		<version>4.0.M5</version>
	</parent>

	<artifactId>cayenne-wocompat</artifactId>
	<name>cayenne-wocompat: WebObjects Compatibility Library</name>
	<packaging>jar</packaging>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
		</dependency>
		
		<dependency>
			<groupId>org.apache.cayenne.build-tools</groupId>
			<artifactId>cayenne-test-utilities</artifactId>
			<version>${project.version}</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>org.apache.cayenne</groupId>
			<artifactId>cayenne-server</artifactId>
			<version>${project.version}</version>
		</dependency>

		<dependency>
			<groupId>org.apache.cayenne</groupId>
			<artifactId>cayenne-dbsync</artifactId>
			<version>${project.version}</version>
		</dependency>
	</dependencies>

    <profiles>
        <profile>
            <id>code-quality</id>

            <activation>
                <property>
                    <name>!fast-and-dirty</name>
                </property>
            </activation>
            <build>
                <plugins>
                    <plugin>
                        <artifactId>maven-checkstyle-plugin</artifactId>
                        <!--<configuration>
                            <suppressionsLocation>${project.basedir}/cayenne-checkstyle-suppression.xml</suppressionsLocation>
                        </configuration>-->
                    </plugin>
                    <plugin>
                        <artifactId>maven-pmd-plugin</artifactId>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>
</project>

POM Entry

<dependency>
   <groupId>org.apache.cayenne.modeler</groupId>
   <artifactId>cayenne-wocompat</artifactId>
   <version>4.0.m5</version>
</dependency>

Download

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



Download cayenne-wocompat-4.0.m5.jar file




PreviousNext

Related