MVN

com.instructure : CanvasAPI

Maven & Gradle

Dec 10, 2014
51 stars

CanvasAPI · CanvasAPI is a library that will help you integrate your own third party app with Canvas by Instructure.

<dependency>
    <groupId>com.instructure</groupId>
    <artifactId>CanvasAPI</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.instructure : CanvasAPI to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of com.instructure : CanvasAPI to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
CanvasAPI-1.2.1
1.1.x
CanvasAPI-1.1.1
CanvasAPI-1.1.0
1.0.x
CanvasAPI-1.0.0

How to add a dependency to Maven

Add the following com.instructure : CanvasAPI maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.instructure</groupId>
    <artifactId>CanvasAPI</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.instructure : CanvasAPI gradle dependency to your build.gradle file:

implementation 'com.instructure:CanvasAPI:1.2.1'

Gradle Kotlin DSL: Add the following com.instructure : CanvasAPI gradle kotlin dependency to your build.gradle.kts file:

implementation("com.instructure:CanvasAPI:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.instructure : CanvasAPI sbt scala dependency to your build.sbt file:

libraryDependencies += "com.instructure" % "CanvasAPI" % "1.2.1"