wallawood
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.wallawood</groupId>
<artifactId>wallawood</artifactId>
<version>0.8.1</version>
</dependency><?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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.wallawood</groupId>
<artifactId>wallawood</artifactId>
<version>0.8.1</version>
<name>Wallawood</name>
<description>A Java library for building Gemini protocol servers</description>
<url>https://github.com/wallawood/wallawood</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>aiqba</id>
<name>Adil Iqbal</name>
<email>aiqbal85@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/wallawood/wallawood.git</connection>
<developerConnection>scm:git:ssh://github.com/wallawood/wallawood.git</developerConnection>
<url>https://github.com/wallawood/wallawood</url>
</scm>
<dependencies>
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<version>3.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>