Kuper
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.jahir</groupId> <artifactId>Kuper</artifactId> <version>2.5.5</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>dev.jahir</groupId> <artifactId>Kuper</artifactId> <version>2.5.5</version> <packaging>aar</packaging> <name>Kuper</name> <description>Android library for Zooper & Kustom widgets packs</description> <url>https://github.com/jahirfiquitiva/Kuper</url> <licenses> <license> <name>License</name> <url>https://github.com/jahirfiquitiva/Kuper/blob/sample/LICENSE.md</url> </license> </licenses> <developers> <developer> <id>jahirfiquitiva</id> <name>Jahir Fiquitiva</name> <email>hola@jahir.dev</email> </developer> </developers> <scm> <connection>scm:git:github.com/jahirfiquitiva/Kuper.git</connection> <developerConnection>scm:git:ssh://github.com/jahirfiquitiva/Kuper.git</developerConnection> <url>https://github.com/jahirfiquitiva/Kuper/tree/master</url> </scm> <dependencies> <dependency> <groupId>dev.jahir</groupId> <artifactId>Frames</artifactId> <version>3.6.5</version> </dependency> <dependency> <groupId>org.bitbucket.frankmonza</groupId> <artifactId>kustomapi</artifactId> <version>21</version> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-runtime-ktx</artifactId> <version>2.9.1</version> </dependency> </dependencies> </project>