MVN

io.github.libpd.android : pd-core

Maven & Gradle

Apr 19, 2021
347 stars

io.github.libpd.android:pd-core · Pure Data for Android

<dependency>
    <groupId>io.github.libpd.android</groupId>
    <artifactId>pd-core</artifactId>
    <version>1.2.1-rc6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.libpd.android : pd-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1-rc6
  • Latest Release Candidate: 1.2.1-rc6

All Versions

Choose a version of io.github.libpd.android : pd-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
pd-core-1.2.1-rc6
pd-core-1.2.1-rc5

How to add a dependency to Maven

Add the following io.github.libpd.android : pd-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.libpd.android</groupId>
    <artifactId>pd-core</artifactId>
    <version>1.2.1-rc6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.libpd.android : pd-core gradle dependency to your build.gradle file:

implementation 'io.github.libpd.android:pd-core:1.2.1-rc6'

Gradle Kotlin DSL: Add the following io.github.libpd.android : pd-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.libpd.android:pd-core:1.2.1-rc6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.libpd.android : pd-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.libpd.android" % "pd-core" % "1.2.1-rc6"