templates
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.mjcro.toybox</groupId>
<artifactId>templates</artifactId>
<version>0.4.5</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.github.mjcro.toybox</groupId>
<artifactId>root</artifactId>
<version>0.4.5</version>
</parent>
<artifactId>templates</artifactId>
<name>MicroJ Toybox String Templates</name>
<description>String Templates for Toybox toolkit</description>
<url>https://github.com/mjcro/toybox-all</url>
<properties>
<maven.compiler.release>8</maven.compiler.release>
</properties>
<dependencies>
<dependency>
<groupId>io.github.mjcro.toybox</groupId>
<artifactId>swing</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.jspecify</groupId>
<artifactId>jspecify</artifactId>
</dependency>
</dependencies>
</project>