log4k-watchosarm32
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.hadilq</groupId> <artifactId>log4k-watchosarm32</artifactId> <version>2.3.1</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 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>com.github.hadilq</groupId> <artifactId>log4k-watchosarm32</artifactId> <version>2.3.1</version> <packaging>klib</packaging> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>hadilq</id> <name>Hadi Lashkari Ghouchani</name> <email>hadilq.dev@gmail.com</email> </developer> </developers> <scm> <connection>scm:git@github.com:hadilq/log4k.git</connection> <developerConnection>scm:git@github.com:hadilq/log4k.git</developerConnection> <url>https://github.com/hadilq/log4k</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> <version>1.4.10</version> <scope>compile</scope> </dependency> </dependencies> <name>Log4k</name> <description>This is a simple library for logging in Kotlin. It's inspired by the famous Apache Log4j library.</description> <url>https://github.com/hadilq/log4k</url> </project>