kotlintezos
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.camlcase</groupId> <artifactId>kotlintezos</artifactId> <version>2.0.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>io.camlcase</groupId> <artifactId>kotlintezos</artifactId> <version>2.0.2</version> <packaging>aar</packaging> <name>kotlintezos</name> <description>A Kotlin SDK for operating with the Tezos blockhain in Android.</description> <url>https://gitlab.com/camlcase-dev/kotlin-tezos</url> <licenses> <license> <name>The MIT License</name> <url>https://gitlab.com/camlcase-dev/kotlin-tezos/blob/master/LICENSE.md</url> </license> </licenses> <developers> <developer> <id>malenalbc</id> <name>Malena Lopez-Batista Covas</name> <email>mlopezbatista@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:gitlab.com/camlcase-dev/kotlin-tezos.git</connection> <developerConnection>scm:git:ssh://gitlab.com/camlcase-dev/kotlin-tezos.git</developerConnection> <url>https://gitlab.com/camlcase-dev/kotlin-tezos/tree/master</url> </scm> <dependencies> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.9.1</version> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json</artifactId> <version>1.2.1</version> </dependency> <dependency> <groupId>org.mozilla</groupId> <artifactId>rhino</artifactId> <version>1.7.13</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.9.1</version> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.5.21</version> </dependency> </dependencies> </project>