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