CHIWAVA - Spring

CHIWAVA is a set of libraries used to reduce the amount of boilerplate code used in Spring based Java projects.

Лицензия

Лицензия

Группа

Группа

com.nsoft.chiwava
Идентификатор

Идентификатор

chiwava-spring-parent
Последняя версия

Последняя версия

2.1.0.RC1
Дата

Дата

Тип

Тип

pom
Описание

Описание

CHIWAVA - Spring
CHIWAVA is a set of libraries used to reduce the amount of boilerplate code used in Spring based Java projects.
Организация-разработчик

Организация-разработчик

NSoft

Скачать chiwava-spring-parent

Имя Файла Размер
chiwava-spring-parent-2.1.0.RC1.pom 3 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.nsoft.chiwava/chiwava-spring-parent/ -->
<dependency>
    <groupId>com.nsoft.chiwava</groupId>
    <artifactId>chiwava-spring-parent</artifactId>
    <version>2.1.0.RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nsoft.chiwava/chiwava-spring-parent/
implementation 'com.nsoft.chiwava:chiwava-spring-parent:2.1.0.RC1'
// https://jarcasting.com/artifacts/com.nsoft.chiwava/chiwava-spring-parent/
implementation ("com.nsoft.chiwava:chiwava-spring-parent:2.1.0.RC1")
'com.nsoft.chiwava:chiwava-spring-parent:pom:2.1.0.RC1'
<dependency org="com.nsoft.chiwava" name="chiwava-spring-parent" rev="2.1.0.RC1">
  <artifact name="chiwava-spring-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nsoft.chiwava', module='chiwava-spring-parent', version='2.1.0.RC1')
)
libraryDependencies += "com.nsoft.chiwava" % "chiwava-spring-parent" % "2.1.0.RC1"
[com.nsoft.chiwava/chiwava-spring-parent "2.1.0.RC1"]

Зависимости

test (7)

Идентификатор библиотеки Тип Версия
org.junit.platform : junit-platform-engine jar 1.5.2
org.junit.platform : junit-platform-launcher jar 1.5.2
org.junit.jupiter : junit-jupiter-engine jar 5.5.2
org.junit.jupiter : junit-jupiter-api jar 5.5.2
org.mockito : mockito-core jar 3.2.4
org.mockito : mockito-inline jar 3.2.4
org.mockito : mockito-junit-jupiter jar 3.2.4

Модули Проекта

  • pagination

CHIWAVA Maven metadata URL GitHub

CHIWAVA is a set of libraries used to reduce the amount of boilerplate code used in Spring based Java projects.

Installation

Maven

<dependencies>
    ...
    <dependency>
        <groupId>com.nsoft.chiwava</groupId>
        <artifactId>${chiwava-module-name}</artifactId>
        <version>2.0.0.RELEASE</version>
    </dependency>
    ...
</dependencies>

Gradle

dependencies {
    ...
    compile group: "com.nsoft.chiwava", name: "${chiwava-module-name}", version: "2.0.0.RELEASE"
    ...
}

Available modules

  • chiwava-core-commons:2.0.0.RELEASE
  • chiwava-core-error:2.0.0.RELEASE
  • chiwava-core-persistence:2.0.0.RELEASE
  • chiwava-debezium-commons:2.0.0.RELEASE
  • chiwava-spring-pagination-core:2.0.0.RELEASE
  • chiwava-spring-pagination-resolver:2.0.0.RELEASE

License

This project is released under version 2.0 of the Apache License

com.nsoft.chiwava

NSoft

Premium Solutions

Версии библиотеки

Версия
2.1.0.RC1
2.0.0.RELEASE
2.0.0.RC3
2.0.0.RC2
2.0.0.RC1