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