workos
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.workos</groupId> <artifactId>workos</artifactId> <version>4.14.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>com.workos</groupId> <artifactId>workos</artifactId> <version>4.14.0</version> <name>WorkOS SDK</name> <description>The WorkOS Kotlin library provides convenient access to the WorkOS API from applications written in JVM compatible languages.</description> <url>https://github.com/workos-inc/workos-kotlin</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/workos-inc/workos-kotlin/blob/main/LICENSE</url> </license> </licenses> <developers> <developer> <id>rframpton</id> <name>Robert Frampton</name> <email>rob@workos.com</email> </developer> <developer> <id>dliu-workos</id> <name>David Liu</name> <email>david.liu@workos.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/workos-inc/workos-kotlin.git</connection> <developerConnection>scm:git:git@github.com:workos-inc/workos-kotlin.git</developerConnection> <url>https://github.com/workos-inc/workos-kotlin</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-bom</artifactId> <version>1.5.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> <version>3.6.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-kotlin</artifactId> <version>2.13.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.13</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.kittinunf.fuel</groupId> <artifactId>fuel</artifactId> <version>2.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>1.5.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>