<?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.github.xmlet</groupId>
  <artifactId>htmlflow-datastar</artifactId>
  <version>1.3.0-alpha</version>
  <name>HtmlFlow-Datastar</name>
  <description>Type-Safe Hypermedia-First DSL for Reactive Backend-Driven Web Applications</description>
  <url>https://github.com/xmlet/HtmlFlow-Datastar</url>
  <inceptionYear>2026</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>fmcarvalho</id>
      <name>Miguel Gamboa de Carvalho</name>
      <url>https://github.com/fmcarvalho</url>
    </developer>
    <developer>
      <id>PauloCarvalho13</id>
      <name>Paulo Carvalho</name>
      <url>https://github.com/PauloCarvalho13</url>
    </developer>
    <developer>
      <id>RicardoGomes07</id>
      <name>Ricardo Gomes</name>
      <url>https://github.com/RicardoGomes07</url>
    </developer>
    <developer>
      <id>LeonelCorreia</id>
      <name>Leonel Correia</name>
      <url>https://github.com/LeonelCorreia</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/xmlet/HtmlFlow-Datastar.git</connection>
    <developerConnection>scm:git:https://github.com/xmlet/HtmlFlow-Datastar.git</developerConnection>
    <url>https://github.com/xmlet/HtmlFlow-Datastar</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-reflect</artifactId>
        <version>2.3.0</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.github.xmlet</groupId>
      <artifactId>htmlflow-kotlin</artifactId>
      <version>5.0.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.ws.rs</groupId>
      <artifactId>jakarta.ws.rs-api</artifactId>
      <version>4.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
