unchecked
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.rogerkeays</groupId>
<artifactId>unchecked</artifactId>
<version>0.4.2</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/maven-v4_0_0.xsd'>
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.rogerkeays</groupId>
<artifactId>unchecked</artifactId>
<packaging>jar</packaging>
<version>0.4.2</version>
<name>Unchecked</name>
<description>Say goodbye to checked exceptions forever</description>
<url>https://github.com/rogerkeays/unchecked</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/rogerkeays/unchecked/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Roger Keays</name>
<email>realguybrush@vivaldi.net</email>
<organization>Individual</organization>
<organizationUrl>https://github.com/rogerkeays</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/rogerkeays/unchecked.git</connection>
<developerConnection>scm:git:ssh://github.com:rogerkeays/unchecked.git</developerConnection>
<url>https://github.com/rogerkeays/unchecked/tree/master</url>
</scm>
</project>