warden-roboto
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>at.asitplus</groupId> <artifactId>warden-roboto</artifactId> <version>1.8.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 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>at.asitplus</groupId> <artifactId>warden-roboto</artifactId> <version>1.8.2</version> <name>WARDEN-roboto</name> <description>Server-Side Android Attestation Library</description> <url>https://github.com/a-sit-plus/warden-roboto</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>JesusMcCloud</id> <name>Bernd Prünster</name> <email>bernd.pruenster@a-sit.at</email> </developer> <developer> <id>nodh</id> <name>Christian Kollmann</name> <email>christian.kollmann@a-sit.at</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:a-sit-plus/warden-roboto.git</connection> <developerConnection>scm:git:git@github.com:a-sit-plus/warden-roboto.git</developerConnection> <url>https://github.com/a-sit-plus/warden-roboto</url> </scm> <dependencies> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> <version>1.81</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.4.0-jre</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-javalite</artifactId> <version>4.29.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>at.asitplus.signum</groupId> <artifactId>indispensable-jvm</artifactId> <version>3.16.3</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> </exclusion> </exclusions> </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-core-jvm</artifactId> <version>3.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-jvm</artifactId> <version>3.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-jvm</artifactId> <version>3.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio-jvm</artifactId> <version>3.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_annotations</artifactId> <version>2.36.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.auto.value</groupId> <artifactId>auto-value-annotations</artifactId> <version>1.11.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>co.nstant.in</groupId> <artifactId>cbor</artifactId> <version>0.9</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.11.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.moshi</groupId> <artifactId>moshi-kotlin</artifactId> <version>1.15.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>