MVN

com.ellucian : integration-sdk-java-objects-BPAPIBAN

Maven & Gradle

Jul 01, 2022
0 stars

Ellucian Ethos Integration Java SDK all Object Library · Provides various packages of generated objects representing data model schemas for easier use with handling API requests and responses. These object libraries work with the Ethos Integration SDK to enable developers using the SDK to handle their API requests and responses as objects rather than JSON raw strings or JsonNodes.

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

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
integration-sdk-java-objects-BPAPIBAN-1.0.1
integration-sdk-java-objects-BPAPIBAN-1.0.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.ellucian:integration-sdk-java-objects-BPAPIBAN:1.0.1'

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

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

How to add a dependency to SBT Scala

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

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