| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииFST Данные Data Formats Serialization |
| Группа | Группаcom.infstory |
| Идентификатор | Идентификаторproguard-annotations |
| Версия | Версия1.0.1 |
| Тип | Типaar |
| Описание |
ОписаниеProguard Annotations
Proguard Annotations
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| proguard-annotations-1.0.1.pom | |
| proguard-annotations-1.0.1.aar | 5 KB |
| proguard-annotations-1.0.1-sources.jar | 6 KB |
| proguard-annotations-1.0.1-javadoc.jar | 48 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.infstory/proguard-annotations/ -->
<dependency>
<groupId>com.infstory</groupId>
<artifactId>proguard-annotations</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.infstory/proguard-annotations/
implementation 'com.infstory:proguard-annotations:1.0.1'
// https://jarcasting.com/artifacts/com.infstory/proguard-annotations/
implementation ("com.infstory:proguard-annotations:1.0.1")
'com.infstory:proguard-annotations:aar:1.0.1'
<dependency org="com.infstory" name="proguard-annotations" rev="1.0.1">
<artifact name="proguard-annotations" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.infstory', module='proguard-annotations', version='1.0.1')
)
libraryDependencies += "com.infstory" % "proguard-annotations" % "1.0.1"
[com.infstory/proguard-annotations "1.0.1"]