Download syndication-service-0.2.0.jar file

Introduction

You can download syndication-service-0.2.0.jar in this page.

License

Apache License

Type List

syndication-service-0.2.0.jar file has the following types.

META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.ow2.chameleon.syndication/syndication-service/pom.properties
META-INF/maven/org.ow2.chameleon.syndication/syndication-service/pom.xml
org.ow2.chameleon.syndication.FeedEntry.class
org.ow2.chameleon.syndication.FeedReader.class
org.ow2.chameleon.syndication.FeedWriter.class

Pom

syndication-service-0.2.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
 Copyright 2009 OW2 Chameleon
 Licensed 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">
  <parent>
    <artifactId>parent-pom</artifactId>
    <groupId>org.ow2.chameleon</groupId>
    <version>0.2.2</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.ow2.chameleon.syndication</groupId>
  <artifactId>syndication-service</artifactId>
  <name>Syndication Service Specification</name>
  <version>0.2.0</version>
  <packaging>bundle</packaging>

  <description>This project defines a Syndication Service</description>
  <properties>
    <interface.version>1.0.0</interface.version>
  </properties>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>2.0.1</version>
        <extensions>true</extensions>
        <configuration>
          <instructions>
            <Bundle-SymbolicName>org.ow2.chameleon.syndication</Bundle-SymbolicName>
            <Bundle-Vendor>OW2 Chameleon</Bundle-Vendor>
            <!--
              <Include-Resource> {maven-resources}, META-INF/NOTICE =
              NOTICE, META-INF/LICENSE = LICENSE </Include-Resource>
            -->
            <Export-Package>
              org.ow2.chameleon.syndication;
              version=${interface.version}
            </Export-Package>
          </instructions>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>
    </plugins>
  </build>

  <scm>
    <connection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/chameleon/releases/syndication-service-0.2.0</connection>
    <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/chameleon/releases/syndication-service-0.2.0</developerConnection>
    <url>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/chameleon/releases/syndication-service-0.2.0</url>
  </scm>
</project>

POM Entry

<dependency>
   <groupId>org.ow2.chameleon.syndication</groupId>
   <artifactId>syndication-service</artifactId>
   <version>0.2.0</version>
</dependency>

Download

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



Download syndication-service-0.2.0.jar file




PreviousNext

Related