lts
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.lts-sdk</groupId>
<artifactId>lts</artifactId>
<version>1.0.18</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>io.github.lts-sdk</groupId>
<artifactId>lts</artifactId>
<version>1.0.18</version>
<packaging>pom</packaging>
<name>lts-android-sdk</name>
<url>https://github.com/lts-sdk/lts-sdk-android</url>
<description>lts-android-sdk</description>
<dependencies>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.0.18</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.0.18</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>org.greenrobot</groupId>
<artifactId>eventbus</artifactId>
<version>1.0.18</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>1.0.18</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>androidx.room</groupId>
<artifactId>room-runtime</artifactId>
<version>1.0.18</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>androidx.room</groupId>
<artifactId>room-common</artifactId>
<version>1.0.18</version>
<scope>implementation</scope>
</dependency>
</dependencies>
<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>
<name>lts-sdk-android</name>
</developer>
</developers>
<scm>
<url>https://github.com/lts-sdk/lts-sdk-android.git</url>
<connection>scm:git@github.com:lts-sdk/lts-sdk-android.git</connection>
</scm>
<build>
<plugins>
<!-- Gpg Signature -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.0.18</version>
<executions>
<execution>
<id>oss</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>