MVN

com.automattic.android : gradle-wordpresslibraries

Maven & Gradle

Jul 23, 2014
3 stars

WordPress Libraries Gradle Plugin · A Gradle plugin for configuring WordPress Android library dependency development setup.

<dependency>
    <groupId>com.automattic.android</groupId>
    <artifactId>gradle-wordpresslibraries</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.automattic.android : gradle-wordpresslibraries to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of com.automattic.android : gradle-wordpresslibraries to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
gradle-wordpresslibraries-1.1.2
gradle-wordpresslibraries-1.1.1
gradle-wordpresslibraries-1.1.0
1.0.x
gradle-wordpresslibraries-1.0.0

How to add a dependency to Maven

Add the following com.automattic.android : gradle-wordpresslibraries maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.automattic.android</groupId>
    <artifactId>gradle-wordpresslibraries</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.automattic.android : gradle-wordpresslibraries gradle dependency to your build.gradle file:

implementation 'com.automattic.android:gradle-wordpresslibraries:1.1.2'

Gradle Kotlin DSL: Add the following com.automattic.android : gradle-wordpresslibraries gradle kotlin dependency to your build.gradle.kts file:

implementation("com.automattic.android:gradle-wordpresslibraries:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.automattic.android : gradle-wordpresslibraries sbt scala dependency to your build.sbt file:

libraryDependencies += "com.automattic.android" % "gradle-wordpresslibraries" % "1.1.2"