Download xtrest-0.1.4.jar file

Introduction

You can download xtrest-0.1.4.jar in this page.

License

Open Source

Type List

xtrest-0.1.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.uqbar/xtrest/pom.properties
META-INF/maven/org.uqbar/xtrest/pom.xml
log4j.properties
org.uqbar.xtrest.api.ControllerAnnotationProcessor.class
org.uqbar.xtrest.api.Result.class
org.uqbar.xtrest.api.XTRest.class
org.uqbar.xtrest.api.annotation.Body.class
org.uqbar.xtrest.api.annotation.Controller.class
org.uqbar.xtrest.api.annotation.Delete.class
org.uqbar.xtrest.api.annotation.Get.class
org.uqbar.xtrest.api.annotation.Post.class
org.uqbar.xtrest.api.annotation.Put.class
org.uqbar.xtrest.http.ContentType.class
org.uqbar.xtrest.http.Header.class
org.uqbar.xtrest.json.JSONUtils.class
org.uqbar.xtrest.result.ResultCombinators.class
org.uqbar.xtrest.result.ResultFactory.class

Pom

xtrest-0.1.4.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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.uqbar</groupId>
	<artifactId>xtrest</artifactId>
	<version>0.1.4</version>

	<parent>
		<groupId>org.uqbar-project</groupId>
		<artifactId>uqbar-xtend-parent</artifactId>
		<version>2.7.3</version>
	</parent>

	<properties>
		<jetty.version>9.0.2.v20130417</jetty.version>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>

	<dependencies>
		<!-- JSON JACKSON -->
		<dependency>
			<groupId>com.fasterxml.jackson.core</groupId>
			<artifactId>jackson-databind</artifactId>
			<version>2.3.3</version>
		</dependency>
		<!-- JSON JACKSON -->

		<!-- JMustache -->
		<dependency>
			<groupId>com.samskivert</groupId>
			<artifactId>jmustache</artifactId>
			<version>1.9</version>
		</dependency>
		<!-- /JMustache -->

		<!-- LOGGING DEPENDENCIES -->
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
			<version>1.7.0</version>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-log4j12</artifactId>
			<version>1.7.0</version>
		</dependency>
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
			<version>1.2.14</version>
		</dependency>

		<!-- JETTY DEPENDENCIES -->
		<dependency>
			<groupId>org.eclipse.jetty</groupId>
			<artifactId>jetty-server</artifactId>
			<version>${jetty.version}</version>
		</dependency>

		<dependency>
			<groupId>org.eclipse.jetty</groupId>
			<artifactId>jetty-webapp</artifactId>
			<version>${jetty.version}</version>
		</dependency>
		<!-- /JETTY DEPENDENCIES -->

	</dependencies>

	<build>
		<plugins>
			<plugin>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>3.3</version>
				<configuration>
					<source>1.7</source>
					<target>1.7</target>
				</configuration>
			</plugin>
		</plugins>
	</build>

  <scm>
    <tag>xtrest-0.1.4</tag>
  </scm>
</project>

POM Entry

<dependency>
   <groupId>org.uqbar</groupId>
   <artifactId>xtrest</artifactId>
   <version>0.1.4</version>
</dependency>

Download

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



Download xtrest-0.1.4.jar file




PreviousNext

Related