| Group ID: |
com.fasterxml.jackson.dataformat |
| Artifact ID: |
jackson-dataformats-text |
| Version: |
2.9.4 |
| Last modified: |
24.01.2018 04:50 |
| Packaging: |
pom |
| Name: |
Jackson dataformats: Text |
| Description: |
Parent pom for Jackson text-based dataformats (as opposed to binary). |
| URL: |
https://github.com/FasterXML/jackson-dataformats-text |
|
|
| Size: |
0.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.9.4/jackson-dataformats-text-2.9.4.jar |
| POM: |
Show
hide
<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>
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.9.4</version>
</parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-text</artifactId>
<name>Jackson dataformats: Text</name>
<version>2.9.4</version>
<packaging>pom</packaging>
<description>Parent pom for Jackson text-based dataformats (as opposed to binary).
</description>
<modules>
<module>csv</module>
<module>properties</module>
<module>yaml</module>
</modules>
<url>https://github.com/FasterXML/jackson-dataformats-text</url>
<scm>
<connection>scm:git:git@github.com:FasterXML/jackson-dataformats-text.git</connection>
<developerConnection>scm:git:git@github.com:FasterXML/jackson-dataformats-text.git</developerConnection>
<url>http://github.com/FasterXML/jackson-dataformats-text</url>
<tag>jackson-dataformats-text-2.9.4</tag>
</scm>
<issueManagement>
<url>https://github.com/FasterXML/jackson-dataformats-text/issues</url>
</issueManagement>
<properties>
</properties>
<dependencies>
<!-- all dataformats extend core so just include here -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency> <!-- all components use junit for testing -->
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
<groupId>com.google.code.maven-replacer-plugin</groupId>
<artifactId>replacer</artifactId>
<executions>
<execution>
<id>process-packageVersion</id>
<phase>generate-sources</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>com/fasterxml/jackson/**/failing/*.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-text</artifactId>
<version>2.9.4</version>
</dependency>
|
| Gradle: |
com.fasterxml.jackson.dataformat:jackson-dataformats-text:2.9.4 |
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|