opentoast
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.nozyx12</groupId> <artifactId>opentoast</artifactId> <version>1.0</version> </dependency>
<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> <groupId>io.github.nozyx12</groupId> <artifactId>opentoast</artifactId> <version>1.0</version> <packaging>jar</packaging> <name>OpenToast</name> <description>OpenToast is a lightweight and customizable Java library designed for creating elegant, animated toast notifications in Swing-based applications.</description> <url>https://github.com/nozyx12/OpenToast</url> <licenses> <license> <name>The Nozyx Public License, Version 1</name> <url>https://raw.githubusercontent.com/nozyx12/NPL/refs/heads/master/v1/LICENSE</url> </license> </licenses> <developers> <developer> <id>nozyx12</id> <name>Ezio Nozyx</name> <email>nozyxoff@proton.me</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/nozyx12/OpenToast</connection> <developerConnection>scm:git:ssh://github.com/nozyx12/OpenToast</developerConnection> <url>https://github.com/nozyx12/OpenToast</url> </scm> </project>