| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.hannesdorfmann.fragmentargs |
| Идентификатор | Идентификаторannotation |
| Последняя версия | Последняя версия4.0.0-RC1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGenerates Android Fragment Arguments
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| annotation-4.0.0-RC1.pom | |
| annotation-4.0.0-RC1.jar | 4 KB |
| annotation-4.0.0-RC1-sources.jar | 2 KB |
| annotation-4.0.0-RC1-javadoc.jar | 51 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.hannesdorfmann.fragmentargs/annotation/ -->
<dependency>
<groupId>com.hannesdorfmann.fragmentargs</groupId>
<artifactId>annotation</artifactId>
<version>4.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann.fragmentargs/annotation/
implementation 'com.hannesdorfmann.fragmentargs:annotation:4.0.0-RC1'
// https://jarcasting.com/artifacts/com.hannesdorfmann.fragmentargs/annotation/
implementation ("com.hannesdorfmann.fragmentargs:annotation:4.0.0-RC1")
'com.hannesdorfmann.fragmentargs:annotation:jar:4.0.0-RC1'
<dependency org="com.hannesdorfmann.fragmentargs" name="annotation" rev="4.0.0-RC1">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann.fragmentargs', module='annotation', version='4.0.0-RC1')
)
libraryDependencies += "com.hannesdorfmann.fragmentargs" % "annotation" % "4.0.0-RC1"
[com.hannesdorfmann.fragmentargs/annotation "4.0.0-RC1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.android : android | jar | 4.1.1.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |