| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииKotlin Языки программирования |
| Группа | Группаme.him188 |
| Идентификатор | Идентификаторkotlin-dynamic-delegation-compiler-embeddable |
| Последняя версия | Последняя версия0.3.0-170.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеkotlin-dynamic-delegation-compiler-embeddable
Kotlin compiler plugin that allows class delegation to be dynamic like property delegations
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- 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"]