| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.leanix.poms |
| Идентификатор | Идентификаторsdk-parent |
| Последняя версия | Последняя версия2.0.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеParent pom for leanIX SDKs. This pom contains all dependencies and plugins needed to generate a leanix java service SDK. The SDK code generation is realized with the
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| sdk-parent-2.0.4.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.leanix.poms/sdk-parent/ -->
<dependency>
<groupId>net.leanix.poms</groupId>
<artifactId>sdk-parent</artifactId>
<version>2.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.leanix.poms/sdk-parent/
implementation 'net.leanix.poms:sdk-parent:2.0.4'
// https://jarcasting.com/artifacts/net.leanix.poms/sdk-parent/
implementation ("net.leanix.poms:sdk-parent:2.0.4")
'net.leanix.poms:sdk-parent:pom:2.0.4'
<dependency org="net.leanix.poms" name="sdk-parent" rev="2.0.4">
<artifact name="sdk-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.leanix.poms', module='sdk-parent', version='2.0.4')
)
libraryDependencies += "net.leanix.poms" % "sdk-parent" % "2.0.4"
[net.leanix.poms/sdk-parent "2.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.swagger : swagger-annotations | jar | 1.6.1 |
| org.glassfish.jersey.core : jersey-client | jar | 2.35 |
| org.glassfish.jersey.connectors : jersey-apache-connector | jar | 2.35 |
| org.glassfish.jersey.media : jersey-media-multipart | jar | 2.35 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.35 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.13.1 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.13.1 |
| com.fasterxml.jackson.jaxrs : jackson-jaxrs-base | jar | 2.13.1 |
| com.brsanthu : migbase64 | jar | 2.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.assertj : assertj-core | jar | 3.18.1 |