kotlin-rx-ogm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.pm-dev</groupId> <artifactId>kotlin-rx-ogm</artifactId> <version>0.21.0</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.pm-dev</groupId> <artifactId>kotlin-rx-ogm</artifactId> <version>0.21.0</version> <packaging>pom</packaging> <dependencies> <dependency> <groupId>io.reactivex.rxjava2</groupId> <artifactId>rxjava</artifactId> <version>2.2.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.pm-dev</groupId> <artifactId>kotlin-gremlin-ogm</artifactId> <version>0.21.0</version> <scope>compile</scope> </dependency> </dependencies> <description>The Object Graph Mapping Library for Kotlin and Gremlin using ReactiveX</description> <name>kotlin-janusgraph-ogm</name> <url>https://github.com/pm-dev/kotlin-gremlin-ogm</url> <organization> <name>Peter Meyers</name> <url>https://www.excusethedisruption.com</url> </organization> <issueManagement> <system>GitHub</system> <url>https://github.com/pm-dev/kotlin-gremlin-ogm/issues</url> </issueManagement> <licenses> <license> <name>Apache License 2.0</name> <url>https://github.com/pm-dev/kotlin-gremlin-ogm/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/pm-dev/kotlin-gremlin-ogm</url> <connection>scm:git:git://github.com/pm-dev/kotlin-gremlin-ogm.git</connection> <developerConnection>scm:git:ssh://git@github.com:pm-dev/kotlin-gremlin-ogm.git</developerConnection> </scm> <developers> <developer> <name>pm-dev</name> </developer> </developers> </project>