core-linuxarm64
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.deezer.caupain</groupId> <artifactId>core-linuxarm64</artifactId> <version>1.1.1</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"> <!-- 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>com.deezer.caupain</groupId> <artifactId>core-linuxarm64</artifactId> <version>1.1.1</version> <packaging>klib</packaging> <name>Caupain core library</name> <description>Dependency update check for Gradle version catalog. This is the core library used by the CLI tool and the Gradle plugin.</description> <url>https://github.com/deezer/caupain</url> <inceptionYear>2025</inceptionYear> <licenses> <license> <name>The MIT License</name> <url>https://opensource.org/license/mit</url> <distribution>https://opensource.org/license/mit</distribution> </license> </licenses> <developers> <developer> <id>deezer-android-team</id> <name>Deezer Android Team</name> <url>https://github.com/deezer</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/deezer/caupain.git</connection> <developerConnection>scm:git:ssh://git@github.com:deezer/caupain.git</developerConnection> <url>https://github.com/deezer/caupain</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>atomicfu-linuxarm64</artifactId> <version>0.27.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.okio</groupId> <artifactId>okio-linuxarm64</artifactId> <version>3.11.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-curl-linuxarm64</artifactId> <version>3.1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.pdvrieze.xmlutil</groupId> <artifactId>serialization-linuxarm64</artifactId> <version>0.91.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.peanuuutz.tomlkt</groupId> <artifactId>tomlkt-linuxArm64</artifactId> <version>0.4.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-linuxarm64</artifactId> <version>3.1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging-linuxarm64</artifactId> <version>3.1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-linuxarm64</artifactId> <version>3.1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-linuxarm64</artifactId> <version>3.1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-xml-linuxarm64</artifactId> <version>3.1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.pdvrieze.xmlutil</groupId> <artifactId>core-io-linuxarm64</artifactId> <version>0.91.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-io-okio-linuxarm64</artifactId> <version>0.7.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-linuxarm64</artifactId> <version>1.10.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-html-linuxarm64</artifactId> <version>0.12.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>co.touchlab</groupId> <artifactId>stately-concurrent-collections-linuxarm64</artifactId> <version>2.1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.z4kn4fein</groupId> <artifactId>semver-linuxarm64</artifactId> <version>3.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.strumenta</groupId> <artifactId>antlr-kotlin-runtime-linuxarm64</artifactId> <version>1.0.4</version> <scope>compile</scope> </dependency> </dependencies> </project>