License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.kemitix |
ArtifactId | ArtifactIdinline-exceptions |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionInline Exceptions
Optionally throw exceptions without adding an if-then branch that affects code coverage
|
Project URL |
Project URL |
Filename | Size |
---|---|
inline-exceptions-0.2.0.pom | |
inline-exceptions-0.2.0.jar | 4 KB |
inline-exceptions-0.2.0-sources.jar | 2 KB |
inline-exceptions-0.2.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.kemitix/inline-exceptions/ -->
<dependency>
<groupId>net.kemitix</groupId>
<artifactId>inline-exceptions</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.kemitix/inline-exceptions/
implementation 'net.kemitix:inline-exceptions:0.2.0'
// https://jarcasting.com/artifacts/net.kemitix/inline-exceptions/
implementation ("net.kemitix:inline-exceptions:0.2.0")
'net.kemitix:inline-exceptions:jar:0.2.0'
<dependency org="net.kemitix" name="inline-exceptions" rev="0.2.0">
<artifact name="inline-exceptions" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.kemitix', module='inline-exceptions', version='0.2.0')
)
libraryDependencies += "net.kemitix" % "inline-exceptions" % "0.2.0"
[net.kemitix/inline-exceptions "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
net.kemitix : mon | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.11.1 |