MVN

com.google.j2objc : j2objc-annotations

Maven & Gradle

Jan 11, 2023
869 usages
5.9k stars

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

<dependency>
    <groupId>com.google.j2objc</groupId>
    <artifactId>j2objc-annotations</artifactId>
    <version>2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.j2objc : j2objc-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8

All Versions

Choose a version of com.google.j2objc : j2objc-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8
j2objc-annotations-2.8
1.3
j2objc-annotations-1.3
1.1
j2objc-annotations-1.1
0.9.x
j2objc-annotations-0.9.8
0.1
j2objc-annotations-0.1

How to add a dependency to Maven

Add the following com.google.j2objc : j2objc-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.j2objc</groupId>
    <artifactId>j2objc-annotations</artifactId>
    <version>2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.j2objc : j2objc-annotations gradle dependency to your build.gradle file:

implementation 'com.google.j2objc:j2objc-annotations:2.8'

Gradle Kotlin DSL: Add the following com.google.j2objc : j2objc-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.j2objc:j2objc-annotations:2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.j2objc : j2objc-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.j2objc" % "j2objc-annotations" % "2.8"

Advertisement