MVN

de.felixschulze.gradle : gradle-cocoapods-plugin

Maven & Gradle

Nov 09, 2015
7 stars

Gradle Cocoapods Plugin · A Gradle plugin for Cocoapods.

<dependency>
    <groupId>de.felixschulze.gradle</groupId>
    <artifactId>gradle-cocoapods-plugin</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.felixschulze.gradle : gradle-cocoapods-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of de.felixschulze.gradle : gradle-cocoapods-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
gradle-cocoapods-plugin-1.2
1.1
gradle-cocoapods-plugin-1.1
1.0
gradle-cocoapods-plugin-1.0
0.3.x
gradle-cocoapods-plugin-0.3.9
gradle-cocoapods-plugin-0.3.8
gradle-cocoapods-plugin-0.3.7
gradle-cocoapods-plugin-0.3.6.1
gradle-cocoapods-plugin-0.3.6
gradle-cocoapods-plugin-0.3.5
gradle-cocoapods-plugin-0.3.4
gradle-cocoapods-plugin-0.3.3
gradle-cocoapods-plugin-0.3.2
gradle-cocoapods-plugin-0.3.1
0.3
gradle-cocoapods-plugin-0.3
0.2
gradle-cocoapods-plugin-0.2
0.1
gradle-cocoapods-plugin-0.1

How to add a dependency to Maven

Add the following de.felixschulze.gradle : gradle-cocoapods-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.felixschulze.gradle</groupId>
    <artifactId>gradle-cocoapods-plugin</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.felixschulze.gradle : gradle-cocoapods-plugin gradle dependency to your build.gradle file:

implementation 'de.felixschulze.gradle:gradle-cocoapods-plugin:1.2'

Gradle Kotlin DSL: Add the following de.felixschulze.gradle : gradle-cocoapods-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("de.felixschulze.gradle:gradle-cocoapods-plugin:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.felixschulze.gradle : gradle-cocoapods-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "de.felixschulze.gradle" % "gradle-cocoapods-plugin" % "1.2"