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