dookug-common-system-rest
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>hu.icellmobilsoft.dookug</groupId> <artifactId>dookug-common-system-rest</artifactId> <version>0.6.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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>hu.icellmobilsoft.dookug</groupId> <artifactId>dookug-common</artifactId> <version>0.6.0</version> </parent> <artifactId>dookug-common-system-rest</artifactId> <dependencies> <dependency> <groupId>org.eclipse.microprofile.health</groupId> <artifactId>microprofile-health-api</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>hu.icellmobilsoft.dookug</groupId> <artifactId>dookug-common-rest</artifactId> </dependency> <dependency> <groupId>hu.icellmobilsoft.dookug</groupId> <artifactId>dookug-common-core</artifactId> </dependency> <dependency> <groupId>org.eclipse.microprofile.opentracing</groupId> <artifactId>microprofile-opentracing-api</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.microprofile.metrics</groupId> <artifactId>microprofile-metrics-api</artifactId> <scope>compile</scope> </dependency> </dependencies> </project>