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