MVN

org.quelea : planning-center

Maven & Gradle

Jun 26, 2020
1 stars

planning-center-java-api · Java consumer of the planning center API (v2). It's written to be used with Quelea, but has no Quelea-specific dependencies, so can easily be used elsewhere.

<dependency>
    <groupId>org.quelea</groupId>
    <artifactId>planning-center</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.quelea : planning-center to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of org.quelea : planning-center to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2
planning-center-0.2

How to add a dependency to Maven

Add the following org.quelea : planning-center maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.quelea</groupId>
    <artifactId>planning-center</artifactId>
    <version>0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.quelea : planning-center gradle dependency to your build.gradle file:

implementation 'org.quelea:planning-center:0.2'

Gradle Kotlin DSL: Add the following org.quelea : planning-center gradle kotlin dependency to your build.gradle.kts file:

implementation("org.quelea:planning-center:0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.quelea : planning-center sbt scala dependency to your build.sbt file:

libraryDependencies += "org.quelea" % "planning-center" % "0.2"

Advertisement