Download fliptables-1.0.2.jar file

Introduction

You can download fliptables-1.0.2.jar in this page.

License

Apache 2.0

Type List

fliptables-1.0.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.jakewharton.fliptables/fliptables/pom.properties
META-INF/maven/com.jakewharton.fliptables/fliptables/pom.xml
com.jakewharton.fliptables.FlipTable.class
com.jakewharton.fliptables.FlipTableConverters.class

Pom

fliptables-1.0.2.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>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>

  <groupId>com.jakewharton.fliptables</groupId>
  <artifactId>fliptables</artifactId>
  <version>1.0.2</version>

  <name>Flip Tables</name>
  <description>Because pretty-printing text tables in Java should be easy.</description>
  <url>http://github.com/JakeWharton/flip-tables/</url>
  <inceptionYear>2014</inceptionYear>

  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>

  <scm>
    <url>http://github.com/JakeWharton/flip-tables/</url>
    <connection>scm:git:git://github.com/JakeWharton/flip-tables.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/JakeWharton/flip-tables.git</developerConnection>
    <tag>HEAD</tag>
  </scm>

  <issueManagement>
    <system>GitHub Issues</system>
    <url>http://github.com/JakeWharton/flip-tables/issues</url>
  </issueManagement>

  <licenses>
    <license>
      <name>Apache 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>

  <organization>
    <name>Square, Inc.</name>
    <url>http://squareup.com</url>
  </organization>

  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.easytesting</groupId>
      <artifactId>fest-assert-core</artifactId>
      <version>2.0M10</version>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.1</version>
        <configuration>
          <source>1.7</source>
          <target>1.7</target>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>com.jakewharton.fliptables</groupId>
   <artifactId>fliptables</artifactId>
   <version>1.0.2</version>
</dependency>

Download

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



Download fliptables-1.0.2.jar file




PreviousNext

Related