dookug-api-rest-jee8
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>hu.icellmobilsoft.dookug</groupId> <artifactId>dookug-api-rest-jee8</artifactId> <version>2.0.0</version> </dependency>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>hu.icellmobilsoft.dookug</groupId> <artifactId>dookug-api-jee8</artifactId> <version>2.0.0</version> </parent> <artifactId>dookug-api-rest-jee8</artifactId> <dependencies> <dependency> <groupId>hu.icellmobilsoft.dookug</groupId> <artifactId>dookug-api-dto-jee8</artifactId> </dependency> <dependency> <groupId>hu.icellmobilsoft.coffee</groupId> <artifactId>coffee-rest</artifactId> <exclusions> <exclusion> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxrs</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.eclipse.microprofile.rest.client</groupId> <artifactId>microprofile-rest-client-api</artifactId> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-multipart-provider</artifactId> </dependency> <dependency> <groupId>org.eclipse.microprofile.openapi</groupId> <artifactId>microprofile-openapi-api</artifactId> </dependency> </dependencies> </project>