is not current version
Last Version 1.19.0

com.facebook.yoga:proguard-annotations 1.14.1

Shared annotations for use with Proguard

GroupId

GroupId

com.facebook.yoga
ArtifactId

ArtifactId

proguard-annotations
Version

Version

1.14.1
Type

Type

jar

Download proguard-annotations 1.14.1


<!-- https://jarcasting.com/artifacts/com.facebook.yoga/proguard-annotations/ -->
<dependency>
    <groupId>com.facebook.yoga</groupId>
    <artifactId>proguard-annotations</artifactId>
    <version>1.14.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.yoga/proguard-annotations/
implementation 'com.facebook.yoga:proguard-annotations:1.14.1'
// https://jarcasting.com/artifacts/com.facebook.yoga/proguard-annotations/
implementation ("com.facebook.yoga:proguard-annotations:1.14.1")
'com.facebook.yoga:proguard-annotations:jar:1.14.1'
<dependency org="com.facebook.yoga" name="proguard-annotations" rev="1.14.1">
  <artifact name="proguard-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.yoga', module='proguard-annotations', version='1.14.1')
)
libraryDependencies += "com.facebook.yoga" % "proguard-annotations" % "1.14.1"
[com.facebook.yoga/proguard-annotations "1.14.1"]