j

j2objc-annotations

A set of annotations that provide additional information to the J2ObjC translator to modify the result of translation.
https://github.com/google/j2objc/
Apache License, Version 2.0
Tom Ball
Files download
File Operation
j2objc-annotations-3.0.0.jar download
j2objc-annotations-3.0.0.pom download
j2objc-annotations-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.j2objc</groupId>
  <artifactId>j2objc-annotations</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.j2objc:j2objc-annotations:3.0.0'
Gradle Kotlin
implementation("com.google.j2objc:j2objc-annotations:3.0.0")
Scala SBT
libraryDependencies += "com.google.j2objc" % "j2objc-annotations" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.j2objc', module='j2objc-annotations', version='3.0.0')
)
Apache Ivy
<dependency org="com.google.j2objc" name="j2objc-annotations" rev="3.0.0" />
Leiningen
[com.google.j2objc/j2objc-annotations "3.0.0"]
Apache Buildr
'com.google.j2objc:j2objc-annotations:jar:3.0.0'
Dependencies
The project has no third-party dependencies