jackson-base
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.jwebmp.jpms.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>0.68.0.1</version>
</dependency><?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.jwebmp.jpms.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>0.68.0.1</version>
</parent>
<artifactId>jackson-base</artifactId>
<name>Jackson Base</name>
<packaging>pom</packaging>
<description>Parent pom for components of Jackson dataprocessor: includes base settings as well
as consistent set of dependencies across components. NOTE: NOT to be used by components outside
of Jackson: application code should only rely on `jackson-bom`
</description>
<properties>
</properties>
<profiles>
<profile>
<id>devkit</id>
<modules>
<module>jackson-core</module>
<module>jackson-databind</module>
<module>jackson-modules-java8</module>
<module>jackson-modules-base</module>
</modules>
</profile>
</profiles>
</project>