exception-handling
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.cedarsoft.commons</groupId> <artifactId>exception-handling</artifactId> <version>8.9.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do-not-remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.cedarsoft.commons</groupId> <artifactId>exception-handling</artifactId> <version>8.9.2</version> <name>exception-handling</name> <description>Path: :open:commons:exception-handling</description> <url>http://cedarsoft.com</url> <licenses> <license> <name>GPLv3 with Classpath Exception</name> <url>https://www.cedarsoft.org/gpl3ce</url> </license> </licenses> <developers> <developer> <id>jschneider</id> <name>Johannes Schneider</name> <email>js@cedarsoft.com</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:jschneider/com.cedarsoft.monorepo.git</connection> <developerConnection>scm:git:git@github.com:jschneider/com.cedarsoft.monorepo.git</developerConnection> <url>https://github.com/jschneider/com.cedarsoft.monorepo</url> </scm> <dependencies> <dependency> <groupId>com.cedarsoft</groupId> <artifactId>unit</artifactId> <version>8.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.cedarsoft</groupId> <artifactId>annotations</artifactId> <version>8.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.cedarsoft.commons</groupId> <artifactId>exceptions</artifactId> <version>8.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.cedarsoft.commons.swing</groupId> <artifactId>common</artifactId> <version>8.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.miglayout</groupId> <artifactId>miglayout-swing</artifactId> <version>5.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.miglayout</groupId> <artifactId>miglayout-javafx</artifactId> <version>5.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.cedarsoft.commons</groupId> <artifactId>version</artifactId> <version>8.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.cedarsoft.commons</groupId> <artifactId>javafx</artifactId> <version>8.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.controlsfx</groupId> <artifactId>controlsfx</artifactId> <version>8.40.15</version> <scope>compile</scope> </dependency> <dependency> <groupId>de.jensd</groupId> <artifactId>fontawesomefx</artifactId> <version>8.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.25</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>28.0-jre</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.java.balloontip</groupId> <artifactId>balloontip</artifactId> <version>1.2.4.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.intellij</groupId> <artifactId>annotations</artifactId> <version>12.0</version> <scope>compile</scope> </dependency> </dependencies> </project>