delegate-macro

Annotation to automatically delegate/proxy implementation of interface to dependency

License

License

GroupId

GroupId

com.cmhteixeira
ArtifactId

ArtifactId

delegate-macro_2.13
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

delegate-macro
Annotation to automatically delegate/proxy implementation of interface to dependency
Project URL

Project URL

https://github.com/cmhteixeira/delegate-macro
Source Code Management

Source Code Management

https://github.com/cmhteixeira/delegate-macro

Download delegate-macro_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.cmhteixeira/delegate-macro_2.13/ -->
<dependency>
    <groupId>com.cmhteixeira</groupId>
    <artifactId>delegate-macro_2.13</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cmhteixeira/delegate-macro_2.13/
implementation 'com.cmhteixeira:delegate-macro_2.13:0.3.0'
// https://jarcasting.com/artifacts/com.cmhteixeira/delegate-macro_2.13/
implementation ("com.cmhteixeira:delegate-macro_2.13:0.3.0")
'com.cmhteixeira:delegate-macro_2.13:jar:0.3.0'
<dependency org="com.cmhteixeira" name="delegate-macro_2.13" rev="0.3.0">
  <artifact name="delegate-macro_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cmhteixeira', module='delegate-macro_2.13', version='0.3.0')
)
libraryDependencies += "com.cmhteixeira" % "delegate-macro_2.13" % "0.3.0"
[com.cmhteixeira/delegate-macro_2.13 "0.3.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.5
org.scala-lang : scala-compiler jar 2.13.5
org.scala-lang : scala-reflect jar 2.13.5

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.0
0.2.0
0.1.0