GroupId | GroupIdin.hocg.boot |
---|---|
ArtifactId | ArtifactIdnamed-annotation |
Version | Version1.0.23 |
Type | Typejar |
Filename | Size |
---|---|
named-annotation-1.0.23.pom | |
named-annotation-1.0.23.jar | 8 KB |
named-annotation-1.0.23-sources.jar | 7 KB |
named-annotation-1.0.23-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/named-annotation/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>named-annotation</artifactId>
<version>1.0.23</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/named-annotation/
implementation 'in.hocg.boot:named-annotation:1.0.23'
// https://jarcasting.com/artifacts/in.hocg.boot/named-annotation/
implementation ("in.hocg.boot:named-annotation:1.0.23")
'in.hocg.boot:named-annotation:jar:1.0.23'
<dependency org="in.hocg.boot" name="named-annotation" rev="1.0.23">
<artifact name="named-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='named-annotation', version='1.0.23')
)
libraryDependencies += "in.hocg.boot" % "named-annotation" % "1.0.23"
[in.hocg.boot/named-annotation "1.0.23"]