License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdme.him188 |
ArtifactId | ArtifactIdkotlin-dynamic-delegation |
Last Version | Last Version0.3.0-170.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionkotlin-dynamic-delegation
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/ -->
<dependency>
<groupId>me.him188</groupId>
<artifactId>kotlin-dynamic-delegation</artifactId>
<version>0.3.0-170.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.him188/kotlin-dynamic-delegation/
implementation 'me.him188:kotlin-dynamic-delegation:0.3.0-170.1'
// https://jarcasting.com/artifacts/me.him188/kotlin-dynamic-delegation/
implementation ("me.him188:kotlin-dynamic-delegation:0.3.0-170.1")
'me.him188:kotlin-dynamic-delegation:pom:0.3.0-170.1'
<dependency org="me.him188" name="kotlin-dynamic-delegation" rev="0.3.0-170.1">
<artifact name="kotlin-dynamic-delegation" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.him188', module='kotlin-dynamic-delegation', version='0.3.0-170.1')
)
libraryDependencies += "me.him188" % "kotlin-dynamic-delegation" % "0.3.0-170.1"
[me.him188/kotlin-dynamic-delegation "0.3.0-170.1"]
Group / Artifact | Type | Version |
---|---|---|
me.him188 : kotlin-dynamic-delegation-jvm | jar | 0.3.0-170.1 |