GroupId | GroupIdio.github.haoyubihai |
---|---|
ArtifactId | ArtifactIdlive-try-catch-plugin |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
live-try-catch-plugin-0.0.1.pom | 1 KB |
live-try-catch-plugin-0.0.1-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.haoyubihai/live-try-catch-plugin/ -->
<dependency>
<groupId>io.github.haoyubihai</groupId>
<artifactId>live-try-catch-plugin</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.haoyubihai/live-try-catch-plugin/
implementation 'io.github.haoyubihai:live-try-catch-plugin:0.0.1'
// https://jarcasting.com/artifacts/io.github.haoyubihai/live-try-catch-plugin/
implementation ("io.github.haoyubihai:live-try-catch-plugin:0.0.1")
'io.github.haoyubihai:live-try-catch-plugin:jar:0.0.1'
<dependency org="io.github.haoyubihai" name="live-try-catch-plugin" rev="0.0.1">
<artifact name="live-try-catch-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.haoyubihai', module='live-try-catch-plugin', version='0.0.1')
)
libraryDependencies += "io.github.haoyubihai" % "live-try-catch-plugin" % "0.0.1"
[io.github.haoyubihai/live-try-catch-plugin "0.0.1"]