组织ID: |
com.jakewharton.fliptables |
项目ID: |
fliptables |
版本: |
1.0.2 |
最后修改时间: |
2018-08-02 17:13:50 |
包类型: |
jar |
标题: |
Flip Tables |
描述: |
Because pretty-printing text tables in Java should be easy. |
相关URL: |
http://github.com/JakeWharton/flip-tables/ |
大小: |
8.15KB |
|
Maven引入代码: |
<dependency>
<groupId>com.jakewharton.fliptables</groupId>
<artifactId>fliptables</artifactId>
<version>1.0.2</version>
</dependency>
|
Gradle引入代码: |
com.jakewharton.fliptables:fliptables:1.0.2
|
下载Jar包: |
|
POM文件内容: |
<?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>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.jakewharton.fliptables.FlipTable.class
com.jakewharton.fliptables.FlipTableConverters$1.class
com.jakewharton.fliptables.FlipTableConverters.class
META-INF/maven/com.jakewharton.fliptables/fliptables/pom.xml
META-INF/maven/com.jakewharton.fliptables/fliptables/pom.properties
|
依赖Jar: |
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
fest-assert-core-2.0M10.jar
/org.easytesting/fest-assert-core/2.0M10
查看fest-assert-core所有版本文件
|