spaceship-html
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>it.scoppelletti.spaceship</groupId>
<artifactId>spaceship-html</artifactId>
<version>1.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
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>it.scoppelletti.spaceship</groupId>
<artifactId>spaceship-html</artifactId>
<version>1.1.0</version>
<packaging>aar</packaging>
<name>spaceship-html</name>
<description>Spaceship for HTML</description>
<url>http://github.com/dscoppelletti/spaceship-html</url>
<inceptionYear>2018-2021</inceptionYear>
<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>Dario Scoppelletti</name>
<email>dario@scoppelletti.it</email>
<url>http://www.scoppelletti.it</url>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:dscoppelletti/spaceship-html.git</connection>
<developerConnection>scm:git:git@github.com:dscoppelletti/spaceship-html.git</developerConnection>
<url>git@github.com:dscoppelletti/spaceship-html.git</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.8.20</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>it.scoppelletti.spaceship</groupId>
<artifactId>spaceship-bom</artifactId>
<version>1.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>androidx.activity</groupId>
<artifactId>activity-ktx</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.browser</groupId>
<artifactId>browser</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.fragment</groupId>
<artifactId>fragment-ktx</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.webkit</groupId>
<artifactId>webkit</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.dagger</groupId>
<artifactId>dagger</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>it.scoppelletti.spaceship</groupId>
<artifactId>spaceship</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>it.scoppelletti.spaceship</groupId>
<artifactId>spaceship-stdlib</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.databinding</groupId>
<artifactId>viewbinding</artifactId>
<version>8.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.8.20</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-parcelize-runtime</artifactId>
<version>1.8.20</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.kirich1409</groupId>
<artifactId>viewbindingpropertydelegate-noreflection</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.microutils</groupId>
<artifactId>kotlin-logging</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>