не последняя версия
Последняя версия 2.0.0-ALPHA-03

uy.kohesive.injekt:injekt-example 2.0.0-ALPHA-01

Dependency injection library for Kotlin.

Группа

Группа

uy.kohesive.injekt
Идентификатор

Идентификатор

injekt-example
Версия

Версия

2.0.0-ALPHA-01
Тип

Тип

jar

Скачать injekt-example 2.0.0-ALPHA-01


<!-- https://jarcasting.com/artifacts/uy.kohesive.injekt/injekt-example/ -->
<dependency>
    <groupId>uy.kohesive.injekt</groupId>
    <artifactId>injekt-example</artifactId>
    <version>2.0.0-ALPHA-01</version>
</dependency>
// https://jarcasting.com/artifacts/uy.kohesive.injekt/injekt-example/
implementation 'uy.kohesive.injekt:injekt-example:2.0.0-ALPHA-01'
// https://jarcasting.com/artifacts/uy.kohesive.injekt/injekt-example/
implementation ("uy.kohesive.injekt:injekt-example:2.0.0-ALPHA-01")
'uy.kohesive.injekt:injekt-example:jar:2.0.0-ALPHA-01'
<dependency org="uy.kohesive.injekt" name="injekt-example" rev="2.0.0-ALPHA-01">
  <artifact name="injekt-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='uy.kohesive.injekt', module='injekt-example', version='2.0.0-ALPHA-01')
)
libraryDependencies += "uy.kohesive.injekt" % "injekt-example" % "2.0.0-ALPHA-01"
[uy.kohesive.injekt/injekt-example "2.0.0-ALPHA-01"]