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