| GroupId | GroupIdio.pythagoras.common |
|---|---|
| ArtifactId | ArtifactIderrorhandling |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| errorhandling-1.0.2.pom | |
| errorhandling-1.0.2.jar | 8 KB |
| errorhandling-1.0.2-sources.jar | 3 KB |
| errorhandling-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.pythagoras.common/errorhandling/
implementation 'io.pythagoras.common:errorhandling:1.0.2'
// https://jarcasting.com/artifacts/io.pythagoras.common/errorhandling/
implementation ("io.pythagoras.common:errorhandling:1.0.2")
'io.pythagoras.common:errorhandling:jar:1.0.2'
<dependency org="io.pythagoras.common" name="errorhandling" rev="1.0.2">
<artifact name="errorhandling" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pythagoras.common', module='errorhandling', version='1.0.2')
)
libraryDependencies += "io.pythagoras.common" % "errorhandling" % "1.0.2"
[io.pythagoras.common/errorhandling "1.0.2"]