MVN

com.ellucian.ethos.integration.sdk : integration-sdk-java

Maven & Gradle

Nov 02, 2022
5 stars

Ellucian Ethos Integration Java SDK · Develop applications that integrate with Ellucian Ethos Integration using your own code and our Java libraries, without the need to call REST APIs. Please note that this package is still under development and will be subject to change in the coming months.

<dependency>
    <groupId>com.ellucian.ethos.integration.sdk</groupId>
    <artifactId>integration-sdk-java</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ellucian.ethos.integration.sdk : integration-sdk-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.ellucian.ethos.integration.sdk : integration-sdk-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
integration-sdk-java-1.0.1
integration-sdk-java-1.0.0
0.3.x
integration-sdk-java-0.3.0
0.2.x
integration-sdk-java-0.2.0
0.1.x
integration-sdk-java-0.1.0

How to add a dependency to Maven

Add the following com.ellucian.ethos.integration.sdk : integration-sdk-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ellucian.ethos.integration.sdk</groupId>
    <artifactId>integration-sdk-java</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ellucian.ethos.integration.sdk : integration-sdk-java gradle dependency to your build.gradle file:

implementation 'com.ellucian.ethos.integration.sdk:integration-sdk-java:1.0.1'

Gradle Kotlin DSL: Add the following com.ellucian.ethos.integration.sdk : integration-sdk-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ellucian.ethos.integration.sdk:integration-sdk-java:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ellucian.ethos.integration.sdk : integration-sdk-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ellucian.ethos.integration.sdk" % "integration-sdk-java" % "1.0.1"

Advertisement