Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.stickycode.stereotype |
ArtifactId | ArtifactIdsticky-stereotype-failure |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.stickycode.stereotype/sticky-stereotype-failure/ -->
<dependency>
<groupId>net.stickycode.stereotype</groupId>
<artifactId>sticky-stereotype-failure</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.stereotype/sticky-stereotype-failure/
implementation 'net.stickycode.stereotype:sticky-stereotype-failure:1.1'
// https://jarcasting.com/artifacts/net.stickycode.stereotype/sticky-stereotype-failure/
implementation ("net.stickycode.stereotype:sticky-stereotype-failure:1.1")
'net.stickycode.stereotype:sticky-stereotype-failure:jar:1.1'
<dependency org="net.stickycode.stereotype" name="sticky-stereotype-failure" rev="1.1">
<artifact name="sticky-stereotype-failure" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.stereotype', module='sticky-stereotype-failure', version='1.1')
)
libraryDependencies += "net.stickycode.stereotype" % "sticky-stereotype-failure" % "1.1"
[net.stickycode.stereotype/sticky-stereotype-failure "1.1"]