Download uri-template-0.9.jar file

Introduction

You can download uri-template-0.9.jar in this page.

License

Lesser General Public License, version 3 or greater

Type List

uri-template-0.9.jar file has the following types.

ASL-2.0.txt
LGPL-3.0.txt
META-INF/ASL-2.0.txt
META-INF/LGPL-3.0.txt
META-INF/LICENSE
META-INF/MANIFEST.MF
com.github.fge.uritemplate.URITemplate.class
com.github.fge.uritemplate.URITemplateException.class
com.github.fge.uritemplate.URITemplateMessageBundle.class
com.github.fge.uritemplate.URITemplateParseException.class
com.github.fge.uritemplate.expression.ExpressionType.class
com.github.fge.uritemplate.expression.TemplateExpression.class
com.github.fge.uritemplate.expression.TemplateLiteral.class
com.github.fge.uritemplate.expression.URITemplateExpression.class
com.github.fge.uritemplate.parse.CharMatchers.class
com.github.fge.uritemplate.parse.ExpressionParser.class
com.github.fge.uritemplate.parse.LiteralParser.class
com.github.fge.uritemplate.parse.TemplateParser.class
com.github.fge.uritemplate.parse.URITemplateParser.class
com.github.fge.uritemplate.parse.VariableSpecParser.class
com.github.fge.uritemplate.render.EscapeCharsets.class
com.github.fge.uritemplate.render.ListRenderer.class
com.github.fge.uritemplate.render.MapRenderer.class
com.github.fge.uritemplate.render.MultiValueRenderer.class
com.github.fge.uritemplate.render.StringRenderer.class
com.github.fge.uritemplate.render.ValueRenderer.class
com.github.fge.uritemplate.vars.VariableMap.class
com.github.fge.uritemplate.vars.VariableMapBuilder.class
com.github.fge.uritemplate.vars.specs.ExplodedVariable.class
com.github.fge.uritemplate.vars.specs.PrefixVariable.class
com.github.fge.uritemplate.vars.specs.SimpleVariable.class
com.github.fge.uritemplate.vars.specs.VariableSpec.class
com.github.fge.uritemplate.vars.specs.VariableSpecType.class
com.github.fge.uritemplate.vars.values.ListValue.class
com.github.fge.uritemplate.vars.values.MapValue.class
com.github.fge.uritemplate.vars.values.ScalarValue.class
com.github.fge.uritemplate.vars.values.ValueType.class
com.github.fge.uritemplate.vars.values.VariableValue.class
com/github/fge/uritemplate/messages.properties

Pom

uri-template-0.9.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.fge</groupId>
  <artifactId>uri-template</artifactId>
  <version>0.9</version>
  <name>null</name>
  <description>null</description>
  <url>https://github.com/fge/uri-template</url>
  <licenses>
    <license>
      <name>Lesser General Public License, version 3 or greater</name>
      <url>http://www.gnu.org/licenses/lgpl.html</url>
      <distribution>repo</distribution>
    </license>
    <license>
      <name>Apache Software License, version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>fge</id>
      <name>Francis Galiegue</name>
      <email>fgaliegue@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>git@github.com:fge/uri-template</connection>
    <developerConnection>https://github.com/fge/uri-template.git</developerConnection>
    <url>git@github.com:fge/uri-template</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.fge</groupId>
      <artifactId>msg-simple</artifactId>
      <version>1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>1.9.5</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>16.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <version>6.8.7</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>snakeyaml</artifactId>
          <groupId>org.yaml</groupId>
        </exclusion>
        <exclusion>
          <artifactId>bsh</artifactId>
          <groupId>org.beanshell</groupId>
        </exclusion>
        <exclusion>
          <artifactId>junit</artifactId>
          <groupId>junit</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.github.fge</groupId>
      <artifactId>jackson-coreutils</artifactId>
      <version>1.6</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>2.0.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.github.fge</groupId>
   <artifactId>uri-template</artifactId>
   <version>0.9</version>
</dependency>

Download

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



Download uri-template-0.9.jar file




PreviousNext

Related