rxjava2-interop-kotlin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.prt2121</groupId>
<artifactId>rxjava2-interop-kotlin</artifactId>
<version>0.9.3</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>com.github.prt2121</groupId>
<artifactId>rxjava2-interop-kotlin</artifactId>
<version>0.9.3</version>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.akarnokd</groupId>
<artifactId>rxjava2-interop</artifactId>
<version>0.9.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<description>Kotlin extensions for RxJava2Interop</description>
<name>rxjava2-interop-kotlin</name>
<url>https://github.com/prt2121/rxjava2-interop-kotlin</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>git@github.com:prt2121/rxjava2-interop-kotlin.git</url>
<connection>scm:git@github.com:prt2121/rxjava2-interop-kotlin.git</connection>
<developerConnection>scm:git@github.com:prt2121/rxjava2-interop-kotlin.git</developerConnection>
</scm>
<developers>
<developer>
<id>prt2121</id>
<name>Prat Tanapaisankit</name>
<email>prt2121@users.noreply.github.com</email>
</developer>
</developers>
</project>