<?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>dev.datlag</groupId>
  <artifactId>jcef</artifactId>
  <version>2024.04.20.3</version>
  <name>jcef</name>
  <description>A simple framework for embedding Chromium-based browsers into Java-based applications.</description>
  <url>https://github.com/DATL4G/jcef</url>
  <inceptionYear>2023</inceptionYear>
  <licenses>
    <license>
      <url>https://github.com/DATL4G/jcef/blob/dev/LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>DATL4G</id>
      <name>Jeff Retz</name>
      <url>https://github.com/DatL4g</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/DATL4G/jcef.git</connection>
    <developerConnection>scm:git:git://github.com/DATL4G/jcef.git</developerConnection>
    <url>https://github.com/DATL4G/jcef</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.0.21</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jogamp.gluegen</groupId>
      <artifactId>gluegen-rt</artifactId>
      <version>2.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jogamp.jogl</groupId>
      <artifactId>jogl-all</artifactId>
      <version>2.5.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
