sirix-kotlin-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.sirix</groupId> <artifactId>sirix-kotlin-api</artifactId> <version>0.11.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 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>io.sirix</groupId> <artifactId>sirix-kotlin-api</artifactId> <version>0.11.0</version> <name>sirix-kotlin-api</name> <description>Kotlin API for SirixDB.</description> <url>https://sirix.io</url> <licenses> <license> <name>New BSD</name> <url>http://www.opensource.org/licenses/bsd-license.php</url> <comments>3-clause BSD License</comments> </license> </licenses> <developers> <developer> <id>johanneslichtenberger</id> <name>Johannes Lichtenberger</name> <email>johannes.lichtenberger@sirix.io</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:sirixdb/sirix.git</connection> <developerConnection>scm:git:git@github.com:sirixdb/sirix.git</developerConnection> <url>https://github.com/sirixdb/sirix</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/sirixdb/sirix/issues</url> </issueManagement> <ciManagement> <system>Travis CI</system> <url>http://travis-ci.org/#!/sirixdb/sirix</url> </ciManagement> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.25</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>31.0.1-jre</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.sirix</groupId> <artifactId>sirix-core</artifactId> <version>0.11.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.20</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.3.61</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-jvm</artifactId> <version>1.7.3</version> <scope>runtime</scope> </dependency> </dependencies> </project>