jwebmp-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-client</artifactId>
<version>2.0.0-RC9</version>
</dependency><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-RC9</version>
</parent>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-client</artifactId>
<packaging>jar</packaging>
<version>2.0.0-RC9</version>
<name>JWebMP Client</name>
<description>A client library for interacting with JWebMP</description>
<url>https://github.com/GedMarc/JWebMP</url>
<properties>
<project.scm.nameUrl>/JWebMP/Client</project.scm.nameUrl>
<ignore.moditect>true</ignore.moditect>
</properties>
<dependencies>
<dependency>
<groupId>com.guicedee</groupId>
<artifactId>client</artifactId>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
</dependency>
<dependency>
<groupId>com.guicedee.modules.representations</groupId>
<artifactId>json-representation</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>com.guicedee.modules.services</groupId>
<artifactId>uadetector-core</artifactId>
</dependency>
<dependency>
<groupId>com.guicedee.modules.services</groupId>
<artifactId>uadetector-resources</artifactId>
</dependency>
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny</artifactId>
</dependency>
<dependency>
<groupId>com.jwebmp.core</groupId>
<artifactId>testlib</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.guicedee</groupId>
<artifactId>standalone-bom</artifactId>
<type>pom</type>
<scope>import</scope>
<version>${guicedee.version}</version>
</dependency>
<dependency>
<groupId>com.guicedee</groupId>
<artifactId>jakarta-bom</artifactId>
<type>pom</type>
<scope>import</scope>
<version>${guicedee.version}</version>
</dependency>
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-bom</artifactId>
<type>pom</type>
<scope>import</scope>
<version>${guicedee.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>