GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdorg.tinygroup.exceptionhandler |
Version | Version3.4.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.exceptionhandler/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.exceptionhandler</artifactId>
<version>3.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.exceptionhandler/
implementation 'org.tinygroup:org.tinygroup.exceptionhandler:3.4.6'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.exceptionhandler/
implementation ("org.tinygroup:org.tinygroup.exceptionhandler:3.4.6")
'org.tinygroup:org.tinygroup.exceptionhandler:jar:3.4.6'
<dependency org="org.tinygroup" name="org.tinygroup.exceptionhandler" rev="3.4.6">
<artifact name="org.tinygroup.exceptionhandler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.exceptionhandler', version='3.4.6')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.exceptionhandler" % "3.4.6"
[org.tinygroup/org.tinygroup.exceptionhandler "3.4.6"]