seatsio-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.seats</groupId> <artifactId>seatsio-java</artifactId> <version>87.5.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>io.seats</groupId> <artifactId>seatsio-java</artifactId> <version>87.5.0</version> <name>seatsio-java</name> <description>The official seats.io Java client library</description> <url>https://github.com/seatsio/seatsio-java</url> <licenses> <license> <name>MIT</name> <url>https://github.com/seatsio/seatsio-java/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>mroloux</id> <name>Matti Roloux</name> <url>https://github.com/mroloux/</url> </developer> <developer> <id>bverbeken</id> <name>Ben Verbeken</name> <url>https://github.com/bverbeken</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/seatsio/seatsio-java.git</connection> <developerConnection>scm:git:ssh://git@github.com/seatsio/seatsio-java.git</developerConnection> <url>https://github.com/seatsio/seatsio-java/</url> </scm> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.17.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.13.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.konghq</groupId> <artifactId>unirest-java</artifactId> <version>3.14.5</version> <scope>runtime</scope> </dependency> </dependencies> </project>