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

com.squareup.dagger.example:simple 1.0.0


Категории

Категории

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

Группа

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

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

simple
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать simple 1.0.0


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