is not current version
Last Version 0.0.4

pl.chilldev.commons:commons-exception 0.0.3

Excpetions handling and processing utilities.

GroupId

GroupId

pl.chilldev.commons
ArtifactId

ArtifactId

commons-exception
Version

Version

0.0.3
Type

Type

jar

Download commons-exception 0.0.3


<!-- https://jarcasting.com/artifacts/pl.chilldev.commons/commons-exception/ -->
<dependency>
    <groupId>pl.chilldev.commons</groupId>
    <artifactId>commons-exception</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-exception/
implementation 'pl.chilldev.commons:commons-exception:0.0.3'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-exception/
implementation ("pl.chilldev.commons:commons-exception:0.0.3")
'pl.chilldev.commons:commons-exception:jar:0.0.3'
<dependency org="pl.chilldev.commons" name="commons-exception" rev="0.0.3">
  <artifact name="commons-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-exception', version='0.0.3')
)
libraryDependencies += "pl.chilldev.commons" % "commons-exception" % "0.0.3"
[pl.chilldev.commons/commons-exception "0.0.3"]