| License |
License |
|---|---|
| GroupId | GroupIdcom.cmhteixeira |
| ArtifactId | ArtifactIddelegate-macro_2.12 |
| Last Version | Last Version0.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondelegate-macro
Annotation to automatically delegate/proxy implementation of interface to dependency
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.cmhteixeira/delegate-macro_2.12/ -->
<dependency>
<groupId>com.cmhteixeira</groupId>
<artifactId>delegate-macro_2.12</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cmhteixeira/delegate-macro_2.12/
implementation 'com.cmhteixeira:delegate-macro_2.12:0.3.0'
// https://jarcasting.com/artifacts/com.cmhteixeira/delegate-macro_2.12/
implementation ("com.cmhteixeira:delegate-macro_2.12:0.3.0")
'com.cmhteixeira:delegate-macro_2.12:jar:0.3.0'
<dependency org="com.cmhteixeira" name="delegate-macro_2.12" rev="0.3.0">
<artifact name="delegate-macro_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cmhteixeira', module='delegate-macro_2.12', version='0.3.0')
)
libraryDependencies += "com.cmhteixeira" % "delegate-macro_2.12" % "0.3.0"
[com.cmhteixeira/delegate-macro_2.12 "0.3.0"]
| 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 |