GroupId | GroupIdio.sundr |
---|---|
ArtifactId | ArtifactIdsundr-annotations |
Version | Version0.0.16 |
Type | Typejar |
Filename | Size |
---|---|
sundr-annotations-0.0.16.pom | |
sundr-annotations-0.0.16.jar | 125 KB |
sundr-annotations-0.0.16-sources.jar | 58 KB |
sundr-annotations-0.0.16-javadoc.jar | 283 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.sundr/sundr-annotations/ -->
<dependency>
<groupId>io.sundr</groupId>
<artifactId>sundr-annotations</artifactId>
<version>0.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/io.sundr/sundr-annotations/
implementation 'io.sundr:sundr-annotations:0.0.16'
// https://jarcasting.com/artifacts/io.sundr/sundr-annotations/
implementation ("io.sundr:sundr-annotations:0.0.16")
'io.sundr:sundr-annotations:jar:0.0.16'
<dependency org="io.sundr" name="sundr-annotations" rev="0.0.16">
<artifact name="sundr-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sundr', module='sundr-annotations', version='0.0.16')
)
libraryDependencies += "io.sundr" % "sundr-annotations" % "0.0.16"
[io.sundr/sundr-annotations "0.0.16"]