zutil-awt
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>top.csaf</groupId> <artifactId>zutil-awt</artifactId> <version>2.0.0-beta1</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> <packaging>jar</packaging> <parent> <groupId>top.csaf</groupId> <artifactId>zutil-parent</artifactId> <version>2.0.0-beta1</version> </parent> <artifactId>zutil-awt</artifactId> <name>${project.artifactId}</name> <url>https://github.com/duanluan/zutil/zutil-awt</url> <description>Java AWT Util for ZUtil</description> <licenses> <license> <name>Apache License 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/duanluan/zutil/issues</url> </issueManagement> <developers> <developer> <name>duanluan</name> <email>duanluan@outlook.com</email> <organization>计算机科学与艺术基金会(CSAF)</organization> <organizationUrl>https://github.com/csa-f</organizationUrl> <timezone>+8</timezone> </developer> </developers> <scm> <url>https://github.com/duanluan/zutil/tree/main/zutil-awt</url> </scm> <dependencies> <dependency> <groupId>top.csaf</groupId> <artifactId>zutil-core</artifactId> <version>2.0.0-beta1</version> </dependency> </dependencies> </project>