Download j2objc-annotations-1.1.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.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials