pandora
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ink.lodz</groupId> <artifactId>pandora</artifactId> <version>2.1.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>ink.lodz</groupId> <artifactId>pandora</artifactId> <version>2.1.0</version> <packaging>aar</packaging> <name>pandora</name> <description>Hi, this is a android base library</description> <url>https://github.com/LZ9/AgileDevKt</url> <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>Lodz</id> <name>Lodz</name> <email>lz.mms@foxmail.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/LZ9/AgileDevKt.git</connection> <developerConnection>scm:git:ssh://github.com/LZ9/AgileDevKt.git</developerConnection> <url>https://github.com/LZ9/AgileDevKt/tree/master</url> </scm> <dependencies> <dependency> <groupId>ink.lodz</groupId> <artifactId>core-kt</artifactId> <version>2.1.0</version> </dependency> <dependency> <groupId>io.reactivex.rxjava3</groupId> <artifactId>rxjava</artifactId> <version>3.1.10</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>3.0.0</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>adapter-rxjava3</artifactId> <version>3.0.0</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-jackson</artifactId> <version>3.0.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.19.0</version> </dependency> <dependency> <groupId>com.trello.rxlifecycle4</groupId> <artifactId>rxlifecycle-components</artifactId> <version>4.0.2</version> </dependency> <dependency> <groupId>org.greenrobot</groupId> <artifactId>eventbus</artifactId> <version>3.3.1</version> </dependency> <dependency> <groupId>androidx.databinding</groupId> <artifactId>viewbinding</artifactId> <version>8.10.1</version> </dependency> </dependencies> </project>