| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJava Языки программирования |
| Группа | Группаcom.ellucian.ethos.integration.sdk |
| Идентификатор | Идентификаторintegration-sdk-java |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| integration-sdk-java-1.0.0.pom | |
| integration-sdk-java-1.0.0.jar | 5 MB |
| integration-sdk-java-1.0.0-sources.jar | 87 KB |
| integration-sdk-java-1.0.0-javadoc.jar | 808 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.ellucian.ethos.integration.sdk/integration-sdk-java/ -->
<dependency>
<groupId>com.ellucian.ethos.integration.sdk</groupId>
<artifactId>integration-sdk-java</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ellucian.ethos.integration.sdk/integration-sdk-java/
implementation 'com.ellucian.ethos.integration.sdk:integration-sdk-java:1.0.0'
// https://jarcasting.com/artifacts/com.ellucian.ethos.integration.sdk/integration-sdk-java/
implementation ("com.ellucian.ethos.integration.sdk:integration-sdk-java:1.0.0")
'com.ellucian.ethos.integration.sdk:integration-sdk-java:jar:1.0.0'
<dependency org="com.ellucian.ethos.integration.sdk" name="integration-sdk-java" rev="1.0.0">
<artifact name="integration-sdk-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ellucian.ethos.integration.sdk', module='integration-sdk-java', version='1.0.0')
)
libraryDependencies += "com.ellucian.ethos.integration.sdk" % "integration-sdk-java" % "1.0.0"
[com.ellucian.ethos.integration.sdk/integration-sdk-java "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.mockito : mockito-junit-jupiter | jar | 4.5.0 |