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