GroupId | GroupIdcom.lyloou |
---|---|
ArtifactId | ArtifactIdcomponent-exception-handler-starter |
Version | Version1.0.28 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lyloou/component-exception-handler-starter/ -->
<dependency>
<groupId>com.lyloou</groupId>
<artifactId>component-exception-handler-starter</artifactId>
<version>1.0.28</version>
</dependency>
// https://jarcasting.com/artifacts/com.lyloou/component-exception-handler-starter/
implementation 'com.lyloou:component-exception-handler-starter:1.0.28'
// https://jarcasting.com/artifacts/com.lyloou/component-exception-handler-starter/
implementation ("com.lyloou:component-exception-handler-starter:1.0.28")
'com.lyloou:component-exception-handler-starter:jar:1.0.28'
<dependency org="com.lyloou" name="component-exception-handler-starter" rev="1.0.28">
<artifact name="component-exception-handler-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lyloou', module='component-exception-handler-starter', version='1.0.28')
)
libraryDependencies += "com.lyloou" % "component-exception-handler-starter" % "1.0.28"
[com.lyloou/component-exception-handler-starter "1.0.28"]