| GroupId | GroupIdcom.github.inspektr |
|---|---|
| ArtifactId | ArtifactIdinspektr-error |
| Version | Version1.0.5.GA |
| Type | Typejar |
| Filename | Size |
|---|---|
| inspektr-error-1.0.5.GA.pom | |
| inspektr-error-1.0.5.GA.jar | 5 KB |
| inspektr-error-1.0.5.GA-sources.jar | 5 KB |
| inspektr-error-1.0.5.GA-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.inspektr/inspektr-error/ -->
<dependency>
<groupId>com.github.inspektr</groupId>
<artifactId>inspektr-error</artifactId>
<version>1.0.5.GA</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.inspektr/inspektr-error/
implementation 'com.github.inspektr:inspektr-error:1.0.5.GA'
// https://jarcasting.com/artifacts/com.github.inspektr/inspektr-error/
implementation ("com.github.inspektr:inspektr-error:1.0.5.GA")
'com.github.inspektr:inspektr-error:jar:1.0.5.GA'
<dependency org="com.github.inspektr" name="inspektr-error" rev="1.0.5.GA">
<artifact name="inspektr-error" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.inspektr', module='inspektr-error', version='1.0.5.GA')
)
libraryDependencies += "com.github.inspektr" % "inspektr-error" % "1.0.5.GA"
[com.github.inspektr/inspektr-error "1.0.5.GA"]