| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.stephanenicolas.injectview |
| Идентификатор | Идентификаторinjectview-annotations |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеInjectView Annotations
Logs all life cycle methods of an Activity on Android
|
<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas.injectview/injectview-annotations/ -->
<dependency>
<groupId>com.github.stephanenicolas.injectview</groupId>
<artifactId>injectview-annotations</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.injectview/injectview-annotations/
implementation 'com.github.stephanenicolas.injectview:injectview-annotations:1.0.2'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.injectview/injectview-annotations/
implementation ("com.github.stephanenicolas.injectview:injectview-annotations:1.0.2")
'com.github.stephanenicolas.injectview:injectview-annotations:jar:1.0.2'
<dependency org="com.github.stephanenicolas.injectview" name="injectview-annotations" rev="1.0.2">
<artifact name="injectview-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.injectview', module='injectview-annotations', version='1.0.2')
)
libraryDependencies += "com.github.stephanenicolas.injectview" % "injectview-annotations" % "1.0.2"
[com.github.stephanenicolas.injectview/injectview-annotations "1.0.2"]