is not current version
Last Version 0.2.2

com.ryandens:auto-delegate-processor 0.1.0

Annotation processor that generates auto-delegating abstract implementations of interfaces.

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.ryandens
ArtifactId

ArtifactId

auto-delegate-processor
Version

Version

0.1.0
Type

Type

pom

Download auto-delegate-processor 0.1.0


<!-- https://jarcasting.com/artifacts/com.ryandens/auto-delegate-processor/ -->
<dependency>
    <groupId>com.ryandens</groupId>
    <artifactId>auto-delegate-processor</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ryandens/auto-delegate-processor/
implementation 'com.ryandens:auto-delegate-processor:0.1.0'
// https://jarcasting.com/artifacts/com.ryandens/auto-delegate-processor/
implementation ("com.ryandens:auto-delegate-processor:0.1.0")
'com.ryandens:auto-delegate-processor:pom:0.1.0'
<dependency org="com.ryandens" name="auto-delegate-processor" rev="0.1.0">
  <artifact name="auto-delegate-processor" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ryandens', module='auto-delegate-processor', version='0.1.0')
)
libraryDependencies += "com.ryandens" % "auto-delegate-processor" % "0.1.0"
[com.ryandens/auto-delegate-processor "0.1.0"]