maoni-github
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.rm3l</groupId>
<artifactId>maoni-github</artifactId>
<version>10.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>org.rm3l</groupId>
<artifactId>maoni-github</artifactId>
<version>10.0.0</version>
<packaging>aar</packaging>
<name>maoni-github</name>
<description>Handler for Maoni that tranforms user feedback as Github issues</description>
<url>https://github.com/rm3l/maoni/tree/master/callbacks/maoni-github</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/rm3l/maoni/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>rm3l</id>
<name>Armel Soro</name>
<email>armel@rm3l.org</email>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:rm3l/maoni.git</connection>
<developerConnection>scm:git:ssh://github.com/rm3l/maoni.git</developerConnection>
<url>https://github.com/rm3l/maoni/tree/master/callbacks/maoni-github</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.6.20</version>
</dependency>
<dependency>
<groupId/>
<artifactId>unspecified</artifactId>
<version/>
</dependency>
<dependency>
<groupId>io.karn</groupId>
<artifactId>khttp-android</artifactId>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.jetbrains.anko</groupId>
<artifactId>anko-sdk27</artifactId>
<version>0.10.8</version>
</dependency>
<dependency>
<groupId>org.rm3l</groupId>
<artifactId>maoni-common</artifactId>
<version>10.0.0</version>
</dependency>
</dependencies>
</project>