не последняя версия
Последняя версия 1.2.5

com.squareup.dagger.example:simple 1.2.4


Категории

Категории

Dagger Библиотеки уровня приложения Dependency Injection Square Прикладные библиотеки Financial
Группа

Группа

com.squareup.dagger.example
Идентификатор

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

simple
Версия

Версия

1.2.4
Тип

Тип

jar

Скачать simple 1.2.4


<!-- https://jarcasting.com/artifacts/com.squareup.dagger.example/simple/ -->
<dependency>
    <groupId>com.squareup.dagger.example</groupId>
    <artifactId>simple</artifactId>
    <version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.dagger.example/simple/
implementation 'com.squareup.dagger.example:simple:1.2.4'
// https://jarcasting.com/artifacts/com.squareup.dagger.example/simple/
implementation ("com.squareup.dagger.example:simple:1.2.4")
'com.squareup.dagger.example:simple:jar:1.2.4'
<dependency org="com.squareup.dagger.example" name="simple" rev="1.2.4">
  <artifact name="simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.dagger.example', module='simple', version='1.2.4')
)
libraryDependencies += "com.squareup.dagger.example" % "simple" % "1.2.4"
[com.squareup.dagger.example/simple "1.2.4"]