pd-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.libpd.android</groupId> <artifactId>pd-core</artifactId> <version>1.2.1-rc6</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.libpd.android</groupId> <artifactId>pd-core</artifactId> <version>1.2.1-rc6</version> <packaging>aar</packaging> <name>io.github.libpd.android:pd-core</name> <description>Pure Data for Android</description> <url>https://github.com/libpd/pd-for-android</url> <licenses> <license> <name>BSD New</name> <url>https://raw.githubusercontent.com/libpd/pd-for-android/master/PdCore/LICENSE.txt</url> </license> </licenses> <developers> <developer> <id>joebowbeer</id> <name>Joe Bowbeer</name> </developer> </developers> <scm> <connection>scm:git:https://github.com/libpd/pd-for-android</connection> <developerConnection>scm:git:ssh://github.com/libpd/pd-for-android.git</developerConnection> <url>https://github.com/libpd/pd-for-android</url> </scm> </project>