<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>ai.starlake</groupId>
    <artifactId>libquackwire</artifactId>
    <packaging>jar</packaging>
    <description>JNI shim that speaks DuckDB Quack's binary wire (application/vnd.duckdb) directly from a JVM. Native binaries published as classifier jars per platform.</description>
    <url>https://github.com/starlake-ai/quack-on-demand</url>
    <version>1.5.3-87cd65b912a8-5</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>libquackwire</name>
    <organization>
        <name>ai.starlake</name>
        <url>https://github.com/starlake-ai/quack-on-demand</url>
    </organization>
    <scm>
        <url>https://github.com/starlake-ai/quack-on-demand</url>
        <connection>scm:git:git@github.com:starlake-ai/quack-on-demand.git</connection>
    </scm>
    <developers>
        <developer>
            <id>hayssams</id>
            <name>Hayssam Saleh</name>
            <url>https://github.com/hayssams</url>
            <email>hayssam.saleh@starlake.ai</email>
        </developer>
    </developers>
</project>