anki-android-backend
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.david-allison-1</groupId> <artifactId>anki-android-backend</artifactId> <version>0.1.34-anki23.12.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" 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.david-allison-1</groupId> <artifactId>anki-android-backend</artifactId> <version>0.1.34-anki23.12.1</version> <packaging>aar</packaging> <name>Anki Android Backend</name> <description>JNI bridge between AnkiDroid and Anki Desktop's Rust code</description> <url>https://github.com/ankidroid/Anki-Android-Backend</url> <inceptionYear>2020</inceptionYear> <licenses> <license> <name>GNU General Public License (GPL) version 3.0</name> <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>david-allison</id> <name>David Allison</name> <url>https://github.com/david-allison/</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/ankidroid/Anki-Android-Backend.git</connection> <developerConnection>scm:git:ssh://git@github.com/ankidroid/Anki-Android-Backend.git</developerConnection> <url>https://github.com/ankidroid/Anki-Android-Backend</url> </scm> <dependencies> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-kotlin-lite</artifactId> <version>3.25.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.22</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.sqlite</groupId> <artifactId>sqlite-ktx</artifactId> <version>2.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.sqlite</groupId> <artifactId>sqlite-framework</artifactId> <version>2.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jakewharton.timber</groupId> <artifactId>timber</artifactId> <version>5.0.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>