License |
License |
---|---|
GroupId | GroupIdio.sundr |
ArtifactId | ArtifactIdsundr-codegen-template |
Version | Version0.60.0 |
Type | Typejar |
Description |
DescriptionSundrio :: Code generation :: Template
Code generation tools and annotation processors for Builder, Fluent APIs and DSLs.
|
<!-- https://jarcasting.com/artifacts/io.sundr/sundr-codegen-template/ -->
<dependency>
<groupId>io.sundr</groupId>
<artifactId>sundr-codegen-template</artifactId>
<version>0.60.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.sundr/sundr-codegen-template/
implementation 'io.sundr:sundr-codegen-template:0.60.0'
// https://jarcasting.com/artifacts/io.sundr/sundr-codegen-template/
implementation ("io.sundr:sundr-codegen-template:0.60.0")
'io.sundr:sundr-codegen-template:jar:0.60.0'
<dependency org="io.sundr" name="sundr-codegen-template" rev="0.60.0">
<artifact name="sundr-codegen-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sundr', module='sundr-codegen-template', version='0.60.0')
)
libraryDependencies += "io.sundr" % "sundr-codegen-template" % "0.60.0"
[io.sundr/sundr-codegen-template "0.60.0"]
Group / Artifact | Type | Version |
---|---|---|
io.sundr : sundr-codegen-api | jar | 0.60.0 |
io.sundr : sundr-codegen-apt | jar | 0.60.0 |
io.sundr : sundr-model-utils | jar | 0.60.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |