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