| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.google.j2objc | 
    
| ArtifactId | ArtifactIdj2objc-annotations | 
    
| Last Version | Last Version1.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJ2ObjC Annotations 
            A set of annotations that provide additional information to the J2ObjC
    translator to modify the result of translation. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| j2objc-annotations-1.3.pom | |
| j2objc-annotations-1.3.jar | 7 KB | 
| j2objc-annotations-1.3-sources.jar | 7 KB | 
| j2objc-annotations-1.3-javadoc.jar | 70 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.google.j2objc/j2objc-annotations/ -->
<dependency>
    <groupId>com.google.j2objc</groupId>
    <artifactId>j2objc-annotations</artifactId>
    <version>1.3</version>
</dependency>
                // https://jarcasting.com/artifacts/com.google.j2objc/j2objc-annotations/
implementation 'com.google.j2objc:j2objc-annotations:1.3'
                // https://jarcasting.com/artifacts/com.google.j2objc/j2objc-annotations/
implementation ("com.google.j2objc:j2objc-annotations:1.3")
                'com.google.j2objc:j2objc-annotations:jar:1.3'
                <dependency org="com.google.j2objc" name="j2objc-annotations" rev="1.3">
  <artifact name="j2objc-annotations" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.google.j2objc', module='j2objc-annotations', version='1.3')
)
                libraryDependencies += "com.google.j2objc" % "j2objc-annotations" % "1.3"
                [com.google.j2objc/j2objc-annotations "1.3"]