Last Version

Inline Exceptions 0.2.0

Optionally throw exceptions without adding an if-then branch that affects code coverage

License

License

Categories

Categories

Net
GroupId

GroupId

net.kemitix
ArtifactId

ArtifactId

inline-exceptions
Version

Version

0.2.0
Type

Type

jar
Description

Description

Inline Exceptions
Optionally throw exceptions without adding an if-then branch that affects code coverage
Project URL

Project URL

https://github.com/kemitix/inline-exceptions

Download inline-exceptions 0.2.0


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
net.kemitix : mon jar 1.0.0

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.11.1

Project Modules

There are no modules declared in this project.