| GroupId | GroupIdio.pythagoras.common |
|---|---|
| ArtifactId | ArtifactIderrorhandling |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| errorhandling-1.0.3.pom | |
| errorhandling-1.0.3.jar | 8 KB |
| errorhandling-1.0.3-sources.jar | 3 KB |
| errorhandling-1.0.3-javadoc.jar | 47 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.pythagoras.common/errorhandling/ -->
<dependency>
<groupId>io.pythagoras.common</groupId>
<artifactId>errorhandling</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.pythagoras.common/errorhandling/
implementation 'io.pythagoras.common:errorhandling:1.0.3'
// https://jarcasting.com/artifacts/io.pythagoras.common/errorhandling/
implementation ("io.pythagoras.common:errorhandling:1.0.3")
'io.pythagoras.common:errorhandling:jar:1.0.3'
<dependency org="io.pythagoras.common" name="errorhandling" rev="1.0.3">
<artifact name="errorhandling" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pythagoras.common', module='errorhandling', version='1.0.3')
)
libraryDependencies += "io.pythagoras.common" % "errorhandling" % "1.0.3"
[io.pythagoras.common/errorhandling "1.0.3"]