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