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