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