GroupId | GroupIdcom.bellotapps.utils |
---|---|
ArtifactId | ArtifactIderror-handler |
Version | Version1.0.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bellotapps.utils/error-handler/ -->
<dependency>
<groupId>com.bellotapps.utils</groupId>
<artifactId>error-handler</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.bellotapps.utils/error-handler/
implementation 'com.bellotapps.utils:error-handler:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.bellotapps.utils/error-handler/
implementation ("com.bellotapps.utils:error-handler:1.0.2-RELEASE")
'com.bellotapps.utils:error-handler:jar:1.0.2-RELEASE'
<dependency org="com.bellotapps.utils" name="error-handler" rev="1.0.2-RELEASE">
<artifact name="error-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bellotapps.utils', module='error-handler', version='1.0.2-RELEASE')
)
libraryDependencies += "com.bellotapps.utils" % "error-handler" % "1.0.2-RELEASE"
[com.bellotapps.utils/error-handler "1.0.2-RELEASE"]