<?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.browserbase.api</groupId>
  <artifactId>stagehand-java</artifactId>
  <version>3.19.3</version>
  <name>Stagehand API</name>
  <description>Stagehand SDK for AI browser automation [ALPHA]. This API allows clients to
execute browser automation tasks remotely on the Browserbase cloud. All
endpoints except /sessions/start require an active session ID. Responses are
streamed using Server-Sent Events (SSE) when the `x-stream-response: true`
header is provided.

This SDK is currently ALPHA software and is not production ready! Please try it
and give us your feedback, stay tuned for upcoming release announcements!</description>
  <url>https://docs.stagehand.dev</url>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Stagehand</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/browserbase/stagehand-java.git</connection>
    <developerConnection>scm:git:git://github.com/browserbase/stagehand-java.git</developerConnection>
    <url>https://github.com/browserbase/stagehand-java</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.browserbase.api</groupId>
      <artifactId>stagehand-java-client-okhttp</artifactId>
      <version>3.19.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.8.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
