web5-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>xyz.block</groupId>
<artifactId>web5-common</artifactId>
<version>2.0.1-debug1</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/maven-v4_0_0.xsd">
<!-- Parent -->
<parent>
<groupId>xyz.block</groupId>
<artifactId>web5-parent</artifactId>
<version>2.0.1-debug1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<!-- Model Version -->
<modelVersion>4.0.0</modelVersion>
<!-- Artifact Configuration -->
<artifactId>web5-common</artifactId>
<name>Web5 Common</name>
<description>Common libraries for Web5</description>
<!-- Properties -->
<properties>
<!-- Versioning -->
</properties>
<!-- Dependencies -->
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
</dependency>
</dependencies>
<!-- Build Configuration -->
<build>
</build>
</project>