is not current version
Last Version 1.2.0

io.pythagoras.common:errorhandling 1.1.1

Pythagoras Common Libs - Error Handling

GroupId

GroupId

io.pythagoras.common
ArtifactId

ArtifactId

errorhandling
Version

Version

1.1.1
Type

Type

jar

Download errorhandling 1.1.1


<!-- https://jarcasting.com/artifacts/io.pythagoras.common/errorhandling/ -->
<dependency>
    <groupId>io.pythagoras.common</groupId>
    <artifactId>errorhandling</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.pythagoras.common/errorhandling/
implementation 'io.pythagoras.common:errorhandling:1.1.1'
// https://jarcasting.com/artifacts/io.pythagoras.common/errorhandling/
implementation ("io.pythagoras.common:errorhandling:1.1.1")
'io.pythagoras.common:errorhandling:jar:1.1.1'
<dependency org="io.pythagoras.common" name="errorhandling" rev="1.1.1">
  <artifact name="errorhandling" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pythagoras.common', module='errorhandling', version='1.1.1')
)
libraryDependencies += "io.pythagoras.common" % "errorhandling" % "1.1.1"
[io.pythagoras.common/errorhandling "1.1.1"]