xbrz-awt
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.stanio</groupId> <artifactId>xbrz-awt</artifactId> <version>1.8.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.stanio</groupId> <artifactId>xbrz-awt</artifactId> <version>1.8.2</version> <name>xBRZ for Java AWT Images</name> <description>Scaling Java AWT images with xBRZ</description> <url>https://stanio.github.io/xbrz-java</url> <licenses> <license> <name>0BSD</name> <url>https://spdx.org/licenses/0BSD</url> </license> </licenses> <developers> <developer> <name>Stanimir Stamenkov</name> <email>stanio@yahoo.com</email> </developer> </developers> <scm child.scm.connection.inherit.append.path="false"> <connection>scm:git:https://github.com/stanio/xbrz-java.git</connection> <tag>1.8.2</tag> <url>https://github.com/stanio/xbrz-java/tree/1.8.2/xbrz-awt</url> </scm> <dependencies> <dependency> <groupId>io.github.stanio</groupId> <artifactId>xbrz-core</artifactId> <version>1.8.2</version> <scope>compile</scope> </dependency> </dependencies> </project>