License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdme.him188 |
ArtifactId | ArtifactIdkotlin-dynamic-delegation-compiler-embeddable |
Last Version | Last Version0.3.0-170.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkotlin-dynamic-delegation-compiler-embeddable
Kotlin compiler plugin that allows class delegation to be dynamic like property delegations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/me.him188/kotlin-dynamic-delegation-compiler-embeddable/ -->
<dependency>
<groupId>me.him188</groupId>
<artifactId>kotlin-dynamic-delegation-compiler-embeddable</artifactId>
<version>0.3.0-170.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.him188/kotlin-dynamic-delegation-compiler-embeddable/
implementation 'me.him188:kotlin-dynamic-delegation-compiler-embeddable:0.3.0-170.1'
// https://jarcasting.com/artifacts/me.him188/kotlin-dynamic-delegation-compiler-embeddable/
implementation ("me.him188:kotlin-dynamic-delegation-compiler-embeddable:0.3.0-170.1")
'me.him188:kotlin-dynamic-delegation-compiler-embeddable:jar:0.3.0-170.1'
<dependency org="me.him188" name="kotlin-dynamic-delegation-compiler-embeddable" rev="0.3.0-170.1">
<artifact name="kotlin-dynamic-delegation-compiler-embeddable" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.him188', module='kotlin-dynamic-delegation-compiler-embeddable', version='0.3.0-170.1')
)
libraryDependencies += "me.him188" % "kotlin-dynamic-delegation-compiler-embeddable" % "0.3.0-170.1"
[me.him188/kotlin-dynamic-delegation-compiler-embeddable "0.3.0-170.1"]