j

j2objc-maven-plugin

In addition to standard J2ObjC conversion, this plugin supports dependencies conversion within the same projects.
https://www.smoope.com
Apache License, Version 2.0
smoope GmbH
Victor Mosin
Files download
File Operation
j2objc-maven-plugin-1.1.4.jar download
j2objc-maven-plugin-1.1.4.pom download
j2objc-maven-plugin-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.smoope.utils</groupId>
  <artifactId>j2objc-maven-plugin</artifactId>
  <version>1.1.4</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.smoope.utils:j2objc-maven-plugin:1.1.4'
Gradle Kotlin
implementation("com.smoope.utils:j2objc-maven-plugin:1.1.4")
Scala SBT
libraryDependencies += "com.smoope.utils" % "j2objc-maven-plugin" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.smoope.utils', module='j2objc-maven-plugin', version='1.1.4')
)
Apache Ivy
<dependency org="com.smoope.utils" name="j2objc-maven-plugin" rev="1.1.4" />
Leiningen
[com.smoope.utils/j2objc-maven-plugin "1.1.4"]
Apache Buildr
'com.smoope.utils:j2objc-maven-plugin:jar:1.1.4'