MVN

com.gpxblog : xcode-plugin

Maven & Gradle

Feb 10, 2018

XCode-Plugin · XCode-Plugin is a plugin to allow custom XCode projects to build as generated by CMake

<dependency>
    <groupId>com.gpxblog</groupId>
    <artifactId>xcode-plugin</artifactId>
    <version>0.0.201</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gpxblog : xcode-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.201

All Versions

Choose a version of com.gpxblog : xcode-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
xcode-plugin-0.0.201
xcode-plugin-0.0.200
xcode-plugin-0.0.195
xcode-plugin-0.0.194
xcode-plugin-0.0.193
xcode-plugin-0.0.192
xcode-plugin-0.0.191
xcode-plugin-0.0.190
xcode-plugin-0.0.160
xcode-plugin-0.0.20
xcode-plugin-0.0.19
xcode-plugin-0.0.17
xcode-plugin-0.0.16
xcode-plugin-0.0.15
xcode-plugin-0.0.14
xcode-plugin-0.0.13
xcode-plugin-0.0.12
xcode-plugin-0.0.11
xcode-plugin-0.0.10
xcode-plugin-0.0.9
xcode-plugin-0.0.8
xcode-plugin-0.0.7
xcode-plugin-0.0.5
xcode-plugin-0.0.4
xcode-plugin-0.0.3
xcode-plugin-0.0.2
0.00.x
xcode-plugin-0.00.1

How to add a dependency to Maven

Add the following com.gpxblog : xcode-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gpxblog</groupId>
    <artifactId>xcode-plugin</artifactId>
    <version>0.0.201</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gpxblog : xcode-plugin gradle dependency to your build.gradle file:

implementation 'com.gpxblog:xcode-plugin:0.0.201'

Gradle Kotlin DSL: Add the following com.gpxblog : xcode-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gpxblog:xcode-plugin:0.0.201")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gpxblog : xcode-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gpxblog" % "xcode-plugin" % "0.0.201"

Advertisement