MVN

com.facebook.mojo : swift-maven-plugin

Maven & Gradle

Nov 21, 2017

The Maven swift plugin generates source code from Thrift IDL files. It is aimed at generating code for the swift framework of annotation based Java thrift classes but could be used with any programming language by adding code generation templates.

<plugin>
    <groupId>com.facebook.mojo</groupId>
    <artifactId>swift-maven-plugin</artifactId>
    <version>0.15.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.facebook.mojo : swift-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.15.6

All Versions

Choose a version of com.facebook.mojo : swift-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.23.x
swift-maven-plugin-0.23.1
swift-maven-plugin-0.23.0
0.22.x
swift-maven-plugin-0.22.1
swift-maven-plugin-0.22.0
0.21.x
swift-maven-plugin-0.21.1
swift-maven-plugin-0.21.0
0.20.x
swift-maven-plugin-0.20.0
0.19.x
swift-maven-plugin-0.19.2
swift-maven-plugin-0.19.1
swift-maven-plugin-0.19.0
0.18.x
swift-maven-plugin-0.18.1
swift-maven-plugin-0.18.0
0.17.x
swift-maven-plugin-0.17.0
0.16.x
swift-maven-plugin-0.16.0
0.15.x
swift-maven-plugin-0.15.6
swift-maven-plugin-0.15.5
swift-maven-plugin-0.15.4
swift-maven-plugin-0.15.3
swift-maven-plugin-0.15.2
swift-maven-plugin-0.15.1
swift-maven-plugin-0.15.0
0.14.x
swift-maven-plugin-0.14.2
swift-maven-plugin-0.14.1
swift-maven-plugin-0.14.0
0.13.x
swift-maven-plugin-0.13.2
swift-maven-plugin-0.13.1
swift-maven-plugin-0.13.0
0.12.x
swift-maven-plugin-0.12.0
0.11.x
swift-maven-plugin-0.11.0
0.10.x
swift-maven-plugin-0.10.0
0.9.x
swift-maven-plugin-0.9.0
0.8.x
swift-maven-plugin-0.8.0
0.7.x
swift-maven-plugin-0.7.1
swift-maven-plugin-0.7.0
0.6.x
swift-maven-plugin-0.6.0
0.5.x
swift-maven-plugin-0.5.0
0.4.x
swift-maven-plugin-0.4.0
0.2.x
swift-maven-plugin-0.2.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.facebook.mojo</groupId>
    <artifactId>swift-maven-plugin</artifactId>
    <version>0.15.6</version>
</plugin>