GroupId | GroupIdcom.bellotapps.webapps |
---|---|
ArtifactId | ArtifactIdwebapps-commons-error-handlers |
Version | Version0.1.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons-error-handlers/ -->
<dependency>
<groupId>com.bellotapps.webapps</groupId>
<artifactId>webapps-commons-error-handlers</artifactId>
<version>0.1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons-error-handlers/
implementation 'com.bellotapps.webapps:webapps-commons-error-handlers:0.1.1-RELEASE'
// https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons-error-handlers/
implementation ("com.bellotapps.webapps:webapps-commons-error-handlers:0.1.1-RELEASE")
'com.bellotapps.webapps:webapps-commons-error-handlers:jar:0.1.1-RELEASE'
<dependency org="com.bellotapps.webapps" name="webapps-commons-error-handlers" rev="0.1.1-RELEASE">
<artifact name="webapps-commons-error-handlers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bellotapps.webapps', module='webapps-commons-error-handlers', version='0.1.1-RELEASE')
)
libraryDependencies += "com.bellotapps.webapps" % "webapps-commons-error-handlers" % "0.1.1-RELEASE"
[com.bellotapps.webapps/webapps-commons-error-handlers "0.1.1-RELEASE"]