Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.stickycode |
ArtifactId | ArtifactIdsticky-exception |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
sticky-exception-1.7.pom | |
sticky-exception-1.7.jar | 15 KB |
sticky-exception-1.7-sources.jar | 12 KB |
sticky-exception-1.7-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.stickycode/sticky-exception/ -->
<dependency>
<groupId>net.stickycode</groupId>
<artifactId>sticky-exception</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode/sticky-exception/
implementation 'net.stickycode:sticky-exception:1.7'
// https://jarcasting.com/artifacts/net.stickycode/sticky-exception/
implementation ("net.stickycode:sticky-exception:1.7")
'net.stickycode:sticky-exception:jar:1.7'
<dependency org="net.stickycode" name="sticky-exception" rev="1.7">
<artifact name="sticky-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode', module='sticky-exception', version='1.7')
)
libraryDependencies += "net.stickycode" % "sticky-exception" % "1.7"
[net.stickycode/sticky-exception "1.7"]