GroupId | GroupIdtop.wboost |
---|---|
ArtifactId | ArtifactIdcommon-exception |
Version | Version3.1.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.wboost/common-exception/ -->
<dependency>
<groupId>top.wboost</groupId>
<artifactId>common-exception</artifactId>
<version>3.1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.wboost/common-exception/
implementation 'top.wboost:common-exception:3.1.2.RELEASE'
// https://jarcasting.com/artifacts/top.wboost/common-exception/
implementation ("top.wboost:common-exception:3.1.2.RELEASE")
'top.wboost:common-exception:jar:3.1.2.RELEASE'
<dependency org="top.wboost" name="common-exception" rev="3.1.2.RELEASE">
<artifact name="common-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.wboost', module='common-exception', version='3.1.2.RELEASE')
)
libraryDependencies += "top.wboost" % "common-exception" % "3.1.2.RELEASE"
[top.wboost/common-exception "3.1.2.RELEASE"]