anvil-sdk15
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>co.trikita</groupId> <artifactId>anvil-sdk15</artifactId> <version>0.5.2</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>co.trikita</groupId> <artifactId>anvil-sdk15</artifactId> <version>0.5.2</version> <packaging>aar</packaging> <description>Lightweight reactive UI library for Android.</description> <name>Anvil</name> <url>https://github.com/zserge/anvil/</url> <scm> <url>https://github.com/zserge/anvil.git</url> <connection>https://github.com/zserge/anvil.git</connection> <developerConnection>https://github.com/zserge/anvil.git</developerConnection> </scm> <developers> <developer> <id>zserge</id> <name>Serge Zaitsev</name> <email>zaitsev.serge@gmail.com</email> </developer> </developers> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> <distribution>repo</distribution> </license> </licenses> </project>