licensee-for-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.usefulness</groupId>
<artifactId>licensee-for-android</artifactId>
<version>0.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 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>io.github.usefulness</groupId>
<artifactId>licensee-for-android</artifactId>
<version>0.3.1</version>
<name>io.github.usefulness:licensee-for-android</name>
<description>A plugin that generates a list of open source licenses you depend on</description>
<url>https://github.com/usefulness/licensee-for-android</url>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/usefulness/licensee-for-android/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>mateuszkwiecinski</id>
<name>Mateusz Kwiecinski</name>
<email>36954793+mateuszkwiecinski@users.noreply.github.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/usefulness/licensee-for-android.git</connection>
<developerConnection>scm:git:ssh://github.com/usefulness/licensee-for-android.git</developerConnection>
<url>https://github.com/usefulness/licensee-for-android/tree/master</url>
</scm>
<dependencies>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>kotlinpoet-jvm</artifactId>
<version>2.2.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>kotlin-reflect</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json-jvm</artifactId>
<version>1.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json-okio-jvm</artifactId>
<version>1.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio-jvm</artifactId>
<version>3.16.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>