| POM: |
Show
hide
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.jupf.staticlog</groupId>
<artifactId>staticlog-java</artifactId>
<version>2.2.0</version>
<name>StaticLog</name>
<description>Super lightweight static logging for Kotlin, Java and Android. This version contains the Kotlin runtime.</description>
<url>https://github.com/jupf/staticlog</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>jupf</id>
<name>Julian Pfeifer</name>
<email>julian.pfeifer.88@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/jupf/staticlog.git</connection>
<developerConnection>https://github.com/jupf/staticlog.git</developerConnection>
<url>https://github.com/jupf/staticlog</url>
</scm>
</project>
|