Download rome-fetcher-1.5.0.jar file

Introduction

You can download rome-fetcher-1.5.0.jar in this page.

License

Open Source

Type List

rome-fetcher-1.5.0.jar file has the following types.

.gitignore
META-INF/MANIFEST.MF
META-INF/maven/com.rometools/rome-fetcher/pom.properties
META-INF/maven/com.rometools/rome-fetcher/pom.xml
com.rometools.fetcher.FeedFetcher.class
com.rometools.fetcher.FetcherEvent.class
com.rometools.fetcher.FetcherException.class
com.rometools.fetcher.FetcherListener.class
com.rometools.fetcher.impl.AbstractFeedFetcher.class
com.rometools.fetcher.impl.AbstractFeedFetcherBeanInfo.class
com.rometools.fetcher.impl.DiskFeedInfoCache.class
com.rometools.fetcher.impl.FeedFetcherCache.class
com.rometools.fetcher.impl.HashMapFeedInfoCache.class
com.rometools.fetcher.impl.HttpClientFeedFetcher.class
com.rometools.fetcher.impl.HttpURLFeedFetcher.class
com.rometools.fetcher.impl.LinkedHashMapFeedInfoCache.class
com.rometools.fetcher.impl.ResponseHandler.class
com.rometools.fetcher.impl.SyndFeedInfo.class
com.rometools.fetcher.samples.FeedAggregator.class
com.rometools.fetcher.samples.FeedReader.class

Pom

rome-fetcher-1.5.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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>com.rometools</groupId>
		<artifactId>rome-parent</artifactId>
		<version>1.5.0</version>
	</parent>

	<artifactId>rome-fetcher</artifactId>
	<version>1.5.0</version>
	<packaging>jar</packaging>

	<name>rome-fetcher</name>

	<description>A well behaved feed fetcher API for ROME</description>

	<url>http://rometools.github.io/rome-fetcher/</url>

	<scm>
		<connection>scm:git:ssh://github.com/rometools/rome-fetcher.git</connection>
		<developerConnection>scm:git:ssh://git@github.com/rometools/rome-fetcher.git</developerConnection>
		<url>https://github.com/rometools/rome-fetcher</url>
	</scm>

	<developers>
		<developer>
			<name>Nick Lothian</name>
			<url>http://nicklothian.com</url>
		</developer>
		<developer>
			<name>Robert Cooper</name>
			<email>kebernet@gmail.comM</email>
		</developer>
	</developers>

    <repositories>
        <repository>
            <id>sonatype-nexus-snapshots</id>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
    </repositories>

	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-scm-publish-plugin</artifactId>
				<configuration>
					<scmBranch>gh-pages</scmBranch>
					<pubScmUrl>${project.scm.developerConnection}</pubScmUrl>
					<content>${project.build.directory}/site</content>
				</configuration>
			</plugin>
		</plugins>
	</build>


	<dependencies>
		<dependency>
			<groupId>com.rometools</groupId>
			<artifactId>rome</artifactId>
            <version>1.5.0</version>
		</dependency>
		<dependency>
			<groupId>commons-httpclient</groupId>
			<artifactId>commons-httpclient</artifactId>
			<optional />
		</dependency>
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>servlet-api</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>jetty</groupId>
			<artifactId>jetty</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>ch.qos.logback</groupId>
			<artifactId>logback-classic</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>

</project>

POM Entry

<dependency>
   <groupId>com.rometools</groupId>
   <artifactId>rome-fetcher</artifactId>
   <version>1.5.0</version>
</dependency>

Download

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



Download rome-fetcher-1.5.0.jar file




PreviousNext

Related