GroupId | GroupIdcom.github.1991wangliang |
---|---|
ArtifactId | ArtifactIdlorne_exception |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.1991wangliang/lorne_exception/ -->
<dependency>
<groupId>com.github.1991wangliang</groupId>
<artifactId>lorne_exception</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.1991wangliang/lorne_exception/
implementation 'com.github.1991wangliang:lorne_exception:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.1991wangliang/lorne_exception/
implementation ("com.github.1991wangliang:lorne_exception:1.0.0.RELEASE")
'com.github.1991wangliang:lorne_exception:jar:1.0.0.RELEASE'
<dependency org="com.github.1991wangliang" name="lorne_exception" rev="1.0.0.RELEASE">
<artifact name="lorne_exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.1991wangliang', module='lorne_exception', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.1991wangliang" % "lorne_exception" % "1.0.0.RELEASE"
[com.github.1991wangliang/lorne_exception "1.0.0.RELEASE"]