is not current version
Last Version 0.3.0

delegate-macro 0.2.0

Annotation to automatically delegate/proxy implementation of interface to dependency

License

License

GroupId

GroupId

com.cmhteixeira
ArtifactId

ArtifactId

delegate-macro_2.12
Version

Version

0.2.0
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.12 0.2.0


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

Dependencies

compile (3)

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

Project Modules

There are no modules declared in this project.