Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.sundr |
ArtifactId | ArtifactIdtransform-annotations |
Version | Version0.23.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.sundr/transform-annotations/ -->
<dependency>
<groupId>io.sundr</groupId>
<artifactId>transform-annotations</artifactId>
<version>0.23.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.sundr/transform-annotations/
implementation 'io.sundr:transform-annotations:0.23.1'
// https://jarcasting.com/artifacts/io.sundr/transform-annotations/
implementation ("io.sundr:transform-annotations:0.23.1")
'io.sundr:transform-annotations:jar:0.23.1'
<dependency org="io.sundr" name="transform-annotations" rev="0.23.1">
<artifact name="transform-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sundr', module='transform-annotations', version='0.23.1')
)
libraryDependencies += "io.sundr" % "transform-annotations" % "0.23.1"
[io.sundr/transform-annotations "0.23.1"]