MVN

net.simno.kortholt : kortholt

Maven & Gradle

Aug 06, 2023
15 stars

kortholt · Pure Data for Android with libpd and Oboe.

<dependency>
    <groupId>net.simno.kortholt</groupId>
    <artifactId>kortholt</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.simno.kortholt : kortholt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of net.simno.kortholt : kortholt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
kortholt-3.0.0
2.0.x
kortholt-2.0.1
kortholt-2.0.0
1.12.x
kortholt-1.12.0
1.11.x
kortholt-1.11.0
1.10.x
kortholt-1.10.1
kortholt-1.10.0
1.9.x
kortholt-1.9.0

How to add a dependency to Maven

Add the following net.simno.kortholt : kortholt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.simno.kortholt</groupId>
    <artifactId>kortholt</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.simno.kortholt : kortholt gradle dependency to your build.gradle file:

implementation 'net.simno.kortholt:kortholt:3.0.0'

Gradle Kotlin DSL: Add the following net.simno.kortholt : kortholt gradle kotlin dependency to your build.gradle.kts file:

implementation("net.simno.kortholt:kortholt:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.simno.kortholt : kortholt sbt scala dependency to your build.sbt file:

libraryDependencies += "net.simno.kortholt" % "kortholt" % "3.0.0"

Advertisement