GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdtry-catch |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
try-catch-2.0.0.pom | |
try-catch-2.0.0.jar | 4 KB |
try-catch-2.0.0-sources.jar | 22 bytes |
try-catch-2.0.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/try-catch/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>try-catch</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/try-catch/
implementation 'org.webjars.npm:try-catch:2.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/try-catch/
implementation ("org.webjars.npm:try-catch:2.0.0")
'org.webjars.npm:try-catch:jar:2.0.0'
<dependency org="org.webjars.npm" name="try-catch" rev="2.0.0">
<artifact name="try-catch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='try-catch', version='2.0.0')
)
libraryDependencies += "org.webjars.npm" % "try-catch" % "2.0.0"
[org.webjars.npm/try-catch "2.0.0"]