langchain4j-document-loader-playwright
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-document-loader-playwright</artifactId>
<version>1.11.0-beta19</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">
<modelVersion>4.0.0</modelVersion>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-document-loader-playwright</artifactId>
<version>1.11.0-beta19</version>
<name>LangChain4j :: Document Loader :: Playwright</name>
<description>Playwright is a framework for Web Testing and Automation.
It allows testing Chromium, Firefox and WebKit with a single API.
Playwright is built to enable cross-browser web automation that is ever-green, capable, reliable and fast.
https://playwright.dev/</description>
<url>https://github.com/langchain4j/langchain4j/tree/main/langchain4j-document-loader-playwright</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>dliubarskyi</id>
<name>Dmytro Liubarskyi</name>
<email>info@langchain4j.dev</email>
<url>https://github.com/dliubarskyi</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/langchain4j/langchain4j.git/langchain4j-document-loader-playwright</connection>
<developerConnection>scm:git:git@github.com:langchain4j/langchain4j.git/langchain4j-document-loader-playwright</developerConnection>
<url>https://github.com/langchain4j/langchain4j/tree/main/langchain4j-document-loader-playwright</url>
</scm>
<dependencies>
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-core</artifactId>
<version>1.11.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.57.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>