dev
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.tangly</groupId>
<artifactId>dev</artifactId>
<version>0.2.8</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>net.tangly</groupId>
<artifactId>dev</artifactId>
<version>0.2.8</version>
<name>net.tangly.dev</name>
<description>Development Utilities (tangly llc)</description>
<url>https://blog.tangly.net</url>
<inceptionYear>1996</inceptionYear>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>marcelbaumann</id>
<name>Marcel Baumann</name>
<email>marcel.baumann@tangly.net</email>
<organization>tangly llc</organization>
<organizationUrl>https://blog.tangly.net</organizationUrl>
</developer>
<developer>
<id>alexandra-junghans</id>
<name>Alexandra Junghans</name>
<email>alexandra.junghans@tangly.net</email>
<organization>tangly llc</organization>
<organizationUrl>https://blog.tangly.net</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/tangly-team/tangly-os.git</connection>
<developerConnection>scm:git:https://github.com/tangly-team/tangly-os.git</developerConnection>
<url>https://github.com/tangly-team/tangly-os.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.23.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.tangly</groupId>
<artifactId>commons</artifactId>
<version>0.2.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
<version>4.3.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.23.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.23.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>