License |
License |
---|---|
GroupId | GroupIdio.github.careem |
ArtifactId | ArtifactIdconverter-annotation-processor |
Version | Version0.7.2 |
Type | Typejar |
Description |
DescriptionGenerates converters through annotation processing
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.careem/converter-annotation-processor/ -->
<dependency>
<groupId>io.github.careem</groupId>
<artifactId>converter-annotation-processor</artifactId>
<version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.careem/converter-annotation-processor/
implementation 'io.github.careem:converter-annotation-processor:0.7.2'
// https://jarcasting.com/artifacts/io.github.careem/converter-annotation-processor/
implementation ("io.github.careem:converter-annotation-processor:0.7.2")
'io.github.careem:converter-annotation-processor:jar:0.7.2'
<dependency org="io.github.careem" name="converter-annotation-processor" rev="0.7.2">
<artifact name="converter-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.careem', module='converter-annotation-processor', version='0.7.2')
)
libraryDependencies += "io.github.careem" % "converter-annotation-processor" % "0.7.2"
[io.github.careem/converter-annotation-processor "0.7.2"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.7 |
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service | jar | 1.0-rc2 |
org.projectlombok : lombok | jar | 1.18.2 |