| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.pristine.sheath |
| Идентификатор | Идентификаторsheath |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеSheath
A small wrapper of Dagger to facilitate interaction with the object graph
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| sheath-1.0.0.pom | |
| sheath-1.0.0.jar | 7 KB |
| sheath-1.0.0-sources.jar | 5 KB |
| sheath-1.0.0-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.pristine.sheath/sheath/ -->
<dependency>
<groupId>io.pristine.sheath</groupId>
<artifactId>sheath</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.pristine.sheath/sheath/
implementation 'io.pristine.sheath:sheath:1.0.0'
// https://jarcasting.com/artifacts/io.pristine.sheath/sheath/
implementation ("io.pristine.sheath:sheath:1.0.0")
'io.pristine.sheath:sheath:jar:1.0.0'
<dependency org="io.pristine.sheath" name="sheath" rev="1.0.0">
<artifact name="sheath" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pristine.sheath', module='sheath', version='1.0.0')
)
libraryDependencies += "io.pristine.sheath" % "sheath" % "1.0.0"
[io.pristine.sheath/sheath "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.squareup.dagger : dagger | jar | 1.2.2 |
| com.squareup.dagger : dagger-compiler | jar | 1.2.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit-dep | jar | 4.8.2 |