<?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.ketoy</groupId>
  <artifactId>ketoy-devtools-plugin</artifactId>
  <version>0.1.5-beta.9</version>
  <name>Ketoy Dev Gradle Plugin</name>
  <description>The official Gradle plugin for the Ketoy server-driven UI SDK. Provides 11 tasks across three groups: cloud (ketoyPush, ketoyPushAll, ketoyListScreens, ketoyScreenVersions, ketoyScreenDetails, ketoyRollback, ketoyDeleteScreen), export (ketoyExport, ketoyExportProd with screen + navigation manifests), and dev server (ketoyServe, ketoyDev). Features an HTTP + WebSocket server with JSON file watcher (100 ms debounce), Kotlin source watcher (1500 ms debounce) that triggers auto-export on .kt/.kts changes, long-poll endpoint, and real-time hot-reload broadcast to KetoyDevWrapper in the running app.</description>
  <url>https://ketoy.dev</url>
  <inceptionYear>2026</inceptionYear>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>developerchunk</id>
      <name>Developer Chunk</name>
      <url>https://github.com/developerchunk/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/KetoyDev/ketoy.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/KetoyDev/ketoy.git</developerConnection>
    <url>https://github.com/KetoyDev/ketoy</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.java-websocket</groupId>
      <artifactId>Java-WebSocket</artifactId>
      <version>1.5.7</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
