ecs-logging-base
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.raynigon.unit-api</groupId>
<artifactId>ecs-logging-base</artifactId>
<version>1.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.raynigon.unit-api</groupId>
<artifactId>ecs-logging-base</artifactId>
<version>1.0.0</version>
<name>ecs-logging-base</name>
<description>The ecs-logging-base is a part of the unit-api</description>
<url>https://unit-api.raynigon.com/</url>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/raynigon/unit-api/issues</url>
</issueManagement>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://opensource.org/licenses/Apache-2.0</url>
</license>
</licenses>
<scm>
<url>https://github.com/raynigon/unit-api/</url>
<connection>scm:git:git://github.com/raynigon/unit-api.git</connection>
<developerConnection>scm:git:ssh://git@github.com/raynigon/unit-api.git</developerConnection>
</scm>
<developers>
<developer>
<id>raynigon</id>
<name>Simon Schneider</name>
<email>opensource@raynigon.de</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>