Download j2objc-annotations-1.3.jar file - Jar j

Jar examples for j:j2objc-annotations

Description

A set of annotations that provide additional information to the J2ObjC translator to modify the result of translation.

You can download jar file j2objc-annotations 1.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add j2objc-annotations-1.3.jar to your project.

<dependency>
   <groupId>com.google.j2objc</groupId>
   <artifactId>j2objc-annotations</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'com.google.j2objc', name: 'j2objc-annotations', version: '1.3'
libraryDependencies += "com.google.j2objc" % "j2objc-annotations" % "1.3"
<dependency org="com.google.j2objc" name="j2objc-annotations" rev="1.3"/>
@Grapes(@Grab(group='com.google.j2objc', module='j2objc-annotations', version='1.3'))
'com.google.j2objc:j2objc-annotations:jar:1.3'

Download

Click the following link to download the jar file.

j2objc-annotations-1.3-javadoc.jar
j2objc-annotations-1.3-sources.jar
j2objc-annotations-1.3.jar
j2objc-annotations-1.3.pom



Related Tutorials