tuna
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>br.tec.tuna</groupId>
<artifactId>tuna</artifactId>
<version>0.0.7</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">
<modelVersion>4.0.0</modelVersion>
<groupId>br.tec.tuna</groupId>
<artifactId>tuna</artifactId>
<version>0.0.7</version>
<name>tuna</name>
<description>Tuna Android SDK</description>
<url>https://github.com/tuna-software/android-sdk</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/tuna-software/android-sdk/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>tuna-software</id>
<name>Tuna Software</name>
<email>p@tuna.uy</email>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/tuna-software/android-sdk.git</connection>
<developerConnection>scm:git:ssh://github.com/tuna-software/android-sdk.git</developerConnection>
<url>https://github.com/tuna-software/android-sdk/tree/master</url>
</scm>
<dependencies>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-gson</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.2</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.9.2</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.5.0</version>
</dependency>
</dependencies>
</project>