| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.sf.proguard |
| Идентификатор | Идентификаторproguard-annotations |
| Версия | Версия6.2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| proguard-annotations-6.2.0.pom | |
| proguard-annotations-6.2.0.jar | 7 KB |
| proguard-annotations-6.2.0-sources.jar | 7 KB |
| proguard-annotations-6.2.0-javadoc.jar | 60 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.proguard/proguard-annotations/ -->
<dependency>
<groupId>net.sf.proguard</groupId>
<artifactId>proguard-annotations</artifactId>
<version>6.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.proguard/proguard-annotations/
implementation 'net.sf.proguard:proguard-annotations:6.2.0'
// https://jarcasting.com/artifacts/net.sf.proguard/proguard-annotations/
implementation ("net.sf.proguard:proguard-annotations:6.2.0")
'net.sf.proguard:proguard-annotations:jar:6.2.0'
<dependency org="net.sf.proguard" name="proguard-annotations" rev="6.2.0">
<artifact name="proguard-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.proguard', module='proguard-annotations', version='6.2.0')
)
libraryDependencies += "net.sf.proguard" % "proguard-annotations" % "6.2.0"
[net.sf.proguard/proguard-annotations "6.2.0"]