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