Download spring-hateoas-0.19.0.release.jar file

Introduction

You can download spring-hateoas-0.19.0.release.jar in this page.

License

Apache License, Version 2.0

Type List

spring-hateoas-0.19.0.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.springframework.hateoas/spring-hateoas/pom.properties
META-INF/maven/org.springframework.hateoas/spring-hateoas/pom.xml
changelog.txt
license.txt
notice.txt
org.springframework.hateoas.EntityLinks.class
org.springframework.hateoas.ExposesResourceFor.class
org.springframework.hateoas.IanaRels.class
org.springframework.hateoas.Identifiable.class
org.springframework.hateoas.Link.class
org.springframework.hateoas.LinkBuilder.class
org.springframework.hateoas.LinkBuilderFactory.class
org.springframework.hateoas.LinkDiscoverer.class
org.springframework.hateoas.LinkDiscoverers.class
org.springframework.hateoas.Links.class
org.springframework.hateoas.MediaTypes.class
org.springframework.hateoas.MethodLinkBuilderFactory.class
org.springframework.hateoas.PagedResources.class
org.springframework.hateoas.RelProvider.class
org.springframework.hateoas.Resource.class
org.springframework.hateoas.ResourceAssembler.class
org.springframework.hateoas.ResourceProcessor.class
org.springframework.hateoas.ResourceSupport.class
org.springframework.hateoas.Resources.class
org.springframework.hateoas.TemplateVariable.class
org.springframework.hateoas.TemplateVariables.class
org.springframework.hateoas.UriTemplate.class
org.springframework.hateoas.VndErrors.class
org.springframework.hateoas.alps.Alps.class
org.springframework.hateoas.alps.Descriptor.class
org.springframework.hateoas.alps.Doc.class
org.springframework.hateoas.alps.Ext.class
org.springframework.hateoas.alps.Format.class
org.springframework.hateoas.alps.Type.class
org.springframework.hateoas.client.Hop.class
org.springframework.hateoas.client.Rels.class
org.springframework.hateoas.client.Traverson.class
org.springframework.hateoas.config.EnableEntityLinks.class
org.springframework.hateoas.config.EnableHypermediaSupport.class
org.springframework.hateoas.config.HateoasConfiguration.class
org.springframework.hateoas.config.HypermediaSupportBeanDefinitionRegistrar.class
org.springframework.hateoas.config.LinkBuilderBeanDefinitionRegistrar.class
org.springframework.hateoas.core.AbstractEntityLinks.class
org.springframework.hateoas.core.AnnotationAttribute.class
org.springframework.hateoas.core.AnnotationMappingDiscoverer.class
org.springframework.hateoas.core.AnnotationRelProvider.class
org.springframework.hateoas.core.ControllerEntityLinks.class
org.springframework.hateoas.core.ControllerEntityLinksFactoryBean.class
org.springframework.hateoas.core.DefaultRelProvider.class
org.springframework.hateoas.core.DelegatingEntityLinks.class
org.springframework.hateoas.core.DelegatingRelProvider.class
org.springframework.hateoas.core.DummyInvocationUtils.class
org.springframework.hateoas.core.EmbeddedWrapper.class
org.springframework.hateoas.core.EmbeddedWrappers.class
org.springframework.hateoas.core.EvoInflectorRelProvider.class
org.springframework.hateoas.core.JsonPathLinkDiscoverer.class
org.springframework.hateoas.core.LinkBuilderSupport.class
org.springframework.hateoas.core.MappingDiscoverer.class
org.springframework.hateoas.core.MethodParameters.class
org.springframework.hateoas.core.Relation.class
org.springframework.hateoas.hal.CurieProvider.class
org.springframework.hateoas.hal.DefaultCurieProvider.class
org.springframework.hateoas.hal.HalEmbeddedBuilder.class
org.springframework.hateoas.hal.HalLinkDiscoverer.class
org.springframework.hateoas.hal.Jackson2HalModule.class
org.springframework.hateoas.hal.LinkMixin.class
org.springframework.hateoas.hal.ResourceSupportMixin.class
org.springframework.hateoas.hal.ResourcesMixin.class
org.springframework.hateoas.jaxrs.JaxRsLinkBuilder.class
org.springframework.hateoas.jaxrs.JaxRsLinkBuilderFactory.class
org.springframework.hateoas.mvc.AnnotatedParametersParameterAccessor.class
org.springframework.hateoas.mvc.BasicLinkBuilder.class
org.springframework.hateoas.mvc.ControllerLinkBuilder.class
org.springframework.hateoas.mvc.ControllerLinkBuilderFactory.class
org.springframework.hateoas.mvc.ControllerRelProvider.class
org.springframework.hateoas.mvc.ForwardedHeader.class
org.springframework.hateoas.mvc.HeaderLinksResponseEntity.class
org.springframework.hateoas.mvc.IdentifiableResourceAssemblerSupport.class
org.springframework.hateoas.mvc.ResourceAssemblerSupport.class
org.springframework.hateoas.mvc.TypeConstrainedMappingJackson2HttpMessageConverter.class
org.springframework.hateoas.mvc.TypeReferences.class
org.springframework.hateoas.mvc.UriComponentsContributor.class
org.springframework.hateoas.package-info.class

Pom

spring-hateoas-0.19.0.release.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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<groupId>org.springframework.hateoas</groupId>
	<artifactId>spring-hateoas</artifactId>
	<version>0.19.0.RELEASE</version>

	<name>Spring HATEOAS</name>
	<url>http://github.com/SpringSource/spring-hateoas</url>
	<description>
		Library to support implementing representations for
		hyper-text driven REST web services.
	</description>

	<inceptionYear>2012-2015</inceptionYear>

	<organization>
		<name>Pivotal, Inc.</name>
		<url>http://www.spring.io</url>
	</organization>

	<developers>
		<developer>
			<id>ogierke</id>
			<name>Oliver Gierke</name>
			<email>ogierke(at)pivotal.io</email>
			<organization>Pivotal, Inc.</organization>
			<roles>
				<role>Project lead</role>
			</roles>
			<timezone>+1</timezone>
		</developer>
	</developers>

	<licenses>
		<license>
			<name>Apache License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0</url>
			<comments>
			Copyright 2011 the original author or authors.

			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.
			</comments>
		</license>
	</licenses>

	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<spring.version>4.1.7.RELEASE</spring.version>
		<logback.version>1.1.3</logback.version>
		<jackson.version>2.5.4</jackson.version>
		<jaxrs.version>2.0.1</jaxrs.version>
		<minidevjson.version>2.2</minidevjson.version>
		<jsonpath.version>2.0.0</jsonpath.version>
		<slf4j.version>1.7.12</slf4j.version>
		<evo.version>1.2.1</evo.version>
		<bundlor.failOnWarnings>true</bundlor.failOnWarnings>
		<source.level>1.6</source.level>
	</properties>

	<profiles>

		<profile>
			<id>spring42</id>
			<properties>
				<spring.version>4.2.0.RELEASE</spring.version>
				<jackson.version>2.6.1</jackson.version>
			</properties>
		</profile>

		<profile>
			<id>spring42-next</id>
			<properties>
				<spring.version>4.2.1.BUILD-SNAPSHOT</spring.version>
				<jackson.version>2.6.1</jackson.version>
			</properties>
			<repositories>
				<repository>
					<id>spring-libs-snapshot</id>
					<url>http://repo.spring.io/libs-snapshot</url>
				</repository>
			</repositories>
		</profile>

		<profile>

			<!-- Profile to be run on the CI server, JARs JavaDocs -->

			<id>ci</id>

			<build>
				<plugins>

					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-javadoc-plugin</artifactId>
						<version>2.10.3</version>
						<executions>
							<execution>
								<goals>
									<goal>jar</goal>
								</goals>
								<phase>package</phase>
							</execution>
						</executions>
					</plugin>

				</plugins>
			</build>

		</profile>

		<profile>

			<!--
				Profile to be activated when building the distribution atrifacts.

				Generates reference documentation, aggregates JavaDoc etc.
			-->

			<id>distribute</id>

			<properties>
				<shared.resources>${project.build.directory}/shared-resources</shared.resources>
				<maven.install.skip>true</maven.install.skip>
				<skipTests>true</skipTests>
				<project.root>${basedir}</project.root>
			</properties>

			<dependencies>
				<dependency>
					<groupId>org.springframework.data.build</groupId>
					<artifactId>spring-data-build-resources</artifactId>
					<version>1.6.2.RELEASE</version>
					<scope>provided</scope>
					<type>zip</type>
				</dependency>
			</dependencies>

			<build>

				<plugins>

					<!--
						Unpacks the content of spring-data-build-resources into the shared resources folder.
					-->

					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-dependency-plugin</artifactId>
						<executions>
							<execution>
								<id>unpack-shared-resources</id>
								<goals>
									<goal>unpack-dependencies</goal>
								</goals>
								<phase>generate-resources</phase>
							</execution>
						</executions>
						<configuration>
							<includeGroupIds>org.springframework.data</includeGroupIds>
							<includeArtifacIds>spring-data-build-resources</includeArtifacIds>
							<includeTypes>zip</includeTypes>
							<excludeTransitive>true</excludeTransitive>
							<outputDirectory>${shared.resources}</outputDirectory>
						</configuration>
					</plugin>

					<!--
						Configures JavaDoc generation.
					-->

					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-javadoc-plugin</artifactId>
						<executions>
							<execution>
								<id>aggregate-javadoc</id>
								<goals>
									<goal>aggregate</goal>
								</goals>
								<phase>package</phase>
							</execution>
						</executions>
					</plugin>

					<plugin>
						<groupId>org.asciidoctor</groupId>
						<artifactId>asciidoctor-maven-plugin</artifactId>
						<version>1.5.2.1</version>
						<dependencies>
							<dependency>
								<groupId>org.asciidoctor</groupId>
								<artifactId>asciidoctorj-pdf</artifactId>
								<version>1.5.0-alpha.8</version>
							</dependency>
							<dependency>
								<groupId>org.asciidoctor</groupId>
								<artifactId>asciidoctorj-epub3</artifactId>
								<version>1.5.0-alpha.4</version>
							</dependency>
						</dependencies>
						<executions>

							<execution>
								<id>html</id>
								<phase>generate-resources</phase>
								<goals>
									<goal>process-asciidoc</goal>
								</goals>
								<configuration>
									<backend>html5</backend>
									<outputDirectory>${project.build.directory}/site/reference/html</outputDirectory>
									<sectids>false</sectids>
									<sourceHighlighter>prettify</sourceHighlighter>
									<attributes>
										<linkcss>true</linkcss>
										<icons>font</icons>
										<sectanchors>true</sectanchors>
										<stylesheet>spring.css</stylesheet>
									</attributes>
								</configuration>
							</execution>

							<!--
							<execution>
								<id>epub</id>
								<phase>generate-resources</phase>
								<goals>
									<goal>process-asciidoc</goal>
								</goals>
								<configuration>
									<backend>epub3</backend>
									<sourceHighlighter>coderay</sourceHighlighter>
								</configuration>
							</execution>
							-->

							<execution>
								<id>pdf</id>
								<phase>generate-resources</phase>
								<goals>
									<goal>process-asciidoc</goal>
								</goals>
								<configuration>
									<backend>pdf</backend>
									<sourceHighlighter>coderay</sourceHighlighter>
								</configuration>
							</execution>

						</executions>

						<configuration>
							<sourceDirectory>${project.root}/src/main/asciidoc</sourceDirectory>
							<sourceDocumentName>index.adoc</sourceDocumentName>
							<doctype>book</doctype>
							<attributes>
								<version>${project.version}</version>
								<projectName>${project.name}</projectName>
								<projectVersion>${project.version}</projectVersion>
								<allow-uri-read>true</allow-uri-read>
								<toclevels>3</toclevels>
								<numbered>true</numbered>
								<baseDir>${project.basedir}</baseDir>
							</attributes>
						</configuration>

					</plugin>

					<plugin>
						<artifactId>maven-antrun-plugin</artifactId>
						<version>1.8</version>
						<executions>

							<execution>
								<id>copy-documentation-resources</id>
								<phase>generate-resources</phase>
								<configuration>
									<target>
										<copy todir="${project.root}/target/site/reference/html">
											<fileset dir="${shared.resources}/asciidoc" erroronmissingdir="false">
												<include name="**/*.css" />
											</fileset>
											<flattenmapper />
										</copy>
										<copy todir="${project.root}/target/site/reference/html/images">
											<fileset dir="${basedir}/src/main/asciidoc" erroronmissingdir="false">
												<include name="**/*.png" />
												<include name="**/*.gif" />
												<include name="**/*.jpg" />
											</fileset>
											<flattenmapper />
										</copy>
									</target>
								</configuration>
								<goals>
									<goal>run</goal>
								</goals>
							</execution>

							<execution>
								<id>rename-reference-docs</id>
								<phase>process-resources</phase>
								<configuration>
									<target>
										<copy file="${project.build.directory}/generated-docs/index.pdf" tofile="${project.root}/target/site/reference/pdf/${project.artifactId}-reference.pdf" failonerror="false" />
										<copy file="${project.build.directory}/generated-docs/index.epub" tofile="${project.root}/target/site/reference/epub/${project.artifactId}-reference.epub" failonerror="false" />
									</target>
								</configuration>
								<goals>
									<goal>run</goal>
								</goals>
							</execution>

						</executions>

					</plugin>

					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-assembly-plugin</artifactId>
						<version>2.5.5</version>
						<executions>
							<execution>
								<id>static</id>
								<goals>
									<goal>single</goal>
								</goals>
								<phase>package</phase>
								<configuration>
									<descriptors>
										<descriptor>${shared.resources}/assemblies/static-resources.xml</descriptor>
									</descriptors>
									<finalName>static-resources</finalName>
									<appendAssemblyId>false</appendAssemblyId>
								</configuration>
							</execution>
						</executions>
					</plugin>

					<plugin>
						<groupId>org.codehaus.mojo</groupId>
						<artifactId>wagon-maven-plugin</artifactId>
						<version>1.0</version>
						<configuration>
							<fromDir>${project.build.directory}</fromDir>
						</configuration>
						<executions>
							<execution>
								<id>upload-static-resources</id>
								<phase>deploy</phase>
								<goals>
									<goal>upload</goal>
								</goals>
								<configuration>
									<fromDir>${project.build.directory}/static-resources</fromDir>
									<includes>**</includes>
									<serverId>static-dot-s2</serverId>
									<url>scp://static.springsource.org</url>
									<toDir>/var/www/domains/springsource.org/www/htdocs/autorepo/docs/${project.artifactId}/${project.version}</toDir>
									<optimize>true</optimize>
								</configuration>
							</execution>
						</executions>
					</plugin>

				</plugins>
			</build>
		</profile>

	</profiles>

	<dependencies>

		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-aop</artifactId>
			<version>${spring.version}</version>
		</dependency>

		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-beans</artifactId>
			<version>${spring.version}</version>
		</dependency>

		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-context</artifactId>
			<version>${spring.version}</version>
		</dependency>

		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-core</artifactId>
			<version>${spring.version}</version>
			<exclusions>
				<exclusion>
					<groupId>commons-logging</groupId>
					<artifactId>commons-logging</artifactId>
				</exclusion>
			</exclusions>
		</dependency>

		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-web</artifactId>
			<version>${spring.version}</version>
		</dependency>

		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-webmvc</artifactId>
			<version>${spring.version}</version>
		</dependency>

		<dependency>
			<groupId>org.springframework.plugin</groupId>
			<artifactId>spring-plugin-core</artifactId>
			<version>1.2.0.RELEASE</version>
			<optional>true</optional>
		</dependency>

		<dependency>
			<groupId>com.fasterxml.jackson.core</groupId>
			<artifactId>jackson-annotations</artifactId>
			<version>${jackson.version}</version>
			<optional>true</optional>
		</dependency>

		<dependency>
			<groupId>com.fasterxml.jackson.core</groupId>
			<artifactId>jackson-databind</artifactId>
			<version>${jackson.version}</version>
			<optional>true</optional>
		</dependency>

		<dependency>
			<groupId>javax.ws.rs</groupId>
			<artifactId>javax.ws.rs-api</artifactId>
			<version>${jaxrs.version}</version>
			<optional>true</optional>
		</dependency>

		<dependency>
			<groupId>com.jayway.jsonpath</groupId>
			<artifactId>json-path</artifactId>
			<version>${jsonpath.version}</version>
			<optional>true</optional>
		</dependency>

		<dependency>
			<groupId>org.atteo</groupId>
			<artifactId>evo-inflector</artifactId>
			<version>${evo.version}</version>
			<optional>true</optional>
		</dependency>

		<dependency>
			<groupId>org.projectlombok</groupId>
			<artifactId>lombok</artifactId>
			<version>1.16.4</version>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
			<version>${slf4j.version}</version>
		</dependency>

		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>jcl-over-slf4j</artifactId>
			<version>${slf4j.version}</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>ch.qos.logback</groupId>
			<artifactId>logback-classic</artifactId>
			<version>${logback.version}</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>org.hamcrest</groupId>
			<artifactId>hamcrest-library</artifactId>
			<version>1.3</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.12</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-test</artifactId>
			<version>${spring.version}</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>org.mockito</groupId>
			<artifactId>mockito-all</artifactId>
			<version>1.10.19</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>joda-time</groupId>
			<artifactId>joda-time</artifactId>
			<version>2.8.1</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>xmlunit</groupId>
			<artifactId>xmlunit</artifactId>
			<version>1.6</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>net.jadler</groupId>
			<artifactId>jadler-all</artifactId>
			<version>1.1.1</version>
			<scope>test</scope>
		</dependency>

		<!--  Needs to be after Jadler to make sure it sees the Servlet 3.0 dependency pulled in for testing -->

		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>servlet-api</artifactId>
			<version>2.5</version>
			<scope>provided</scope>
		</dependency>

	</dependencies>

	<build>

		<extensions>
			<extension>
				<groupId>org.apache.maven.wagon</groupId>
				<artifactId>wagon-ssh</artifactId>
				<version>2.5</version>
			</extension>
		</extensions>

		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>3.3</version>
				<configuration>
					<source>${source.level}</source>
					<target>${source.level}</target>
				</configuration>
			</plugin>

			<plugin>
				<groupId>com.springsource.bundlor</groupId>
				<artifactId>com.springsource.bundlor.maven</artifactId>
				<version>1.0.0.RELEASE</version>
				<configuration>
					<failOnWarnings>${bundlor.failOnWarnings}</failOnWarnings>
				</configuration>
				<executions>
					<execution>
						<id>bundlor</id>
						<goals>
							<goal>bundlor</goal>
						</goals>
					</execution>
				</executions>
			</plugin>

			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-jar-plugin</artifactId>
				<version>2.6</version>
				<configuration>
					<useDefaultManifestFile>true</useDefaultManifestFile>
				</configuration>
			</plugin>

			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-source-plugin</artifactId>
				<version>2.4</version>
				<executions>
					<execution>
						<id>attach-sources</id>
						<goals>
							<goal>jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>

			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<version>2.10.3</version>
				<configuration>
					<breakiterator>true</breakiterator>
					<header>${project.name}</header>
					<source>${source.level}</source>
					<quiet>true</quiet>
					<additionalparam>-Xdoclint:none</additionalparam>
					<stylesheetfile>${shared.resources}/javadoc/spring-javadoc.css</stylesheetfile>
					<links>
						<link>http://static.springframework.org/spring/docs/4.1.x/javadoc-api</link>
						<link>http://docs.oracle.com/javase/6/docs/api</link>
					</links>
				</configuration>
			</plugin>

			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-deploy-plugin</artifactId>
				<version>2.8.2</version>
				<configuration>
					<skip>true</skip>
				</configuration>
			</plugin>

		</plugins>
	</build>

	<pluginRepositories>
		<pluginRepository>
			<id>spring-plugins-release</id>
			<url>http://repo.spring.io/plugins-release</url>
		</pluginRepository>
	</pluginRepositories>

	<repositories>
		<repository>
			<id>spring-libs-release</id>
			<url>http://repo.spring.io/libs-release</url>
		</repository>
	</repositories>

	<scm>
		<url>https://github.com/spring-projects/spring-hateoas</url>
		<connection>scm:git:git://github.com/spring-projects/spring-hateoas.git</connection>
		<developerConnection>scm:git:ssh://git@github.com:spring-projects/spring-hateoas.git</developerConnection>
	</scm>

</project>

POM Entry

<dependency>
   <groupId>org.springframework.hateoas</groupId>
   <artifactId>spring-hateoas</artifactId>
   <version>0.19.0.release</version>
</dependency>

Download

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



Download spring-hateoas-0.19.0.release.jar file




PreviousNext

Related