avaje-htmx-nima-jstache
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.avaje</groupId> <artifactId>avaje-htmx-nima-jstache</artifactId> <version>3.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.avaje</groupId> <artifactId>avaje-http-parent</artifactId> <version>3.2</version> </parent> <artifactId>avaje-htmx-nima-jstache</artifactId> <properties> <maven.compiler.source>21</maven.compiler.source> <maven.compiler.target>21</maven.compiler.target> <maven.compiler.release>21</maven.compiler.release> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <surefire.useModulePath>false</surefire.useModulePath> <io.jstach.version>1.3.7</io.jstach.version> </properties> <dependencies> <dependency> <groupId>io.jstach</groupId> <artifactId>jstachio</artifactId> <version>${io.jstach.version}</version> </dependency> <dependency> <groupId>io.avaje</groupId> <artifactId>avaje-htmx-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>io.avaje</groupId> <artifactId>avaje-htmx-nima</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>io.avaje</groupId> <artifactId>avaje-inject</artifactId> <version>11.3</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>io.avaje</groupId> <artifactId>avaje-spi-service</artifactId> <version>2.10</version> <scope>provided</scope> <optional>true</optional> </dependency> </dependencies> </project>