CHIWAVA - Spring

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

License

License

GroupId

GroupId

com.nsoft.chiwava
ArtifactId

ArtifactId

chiwava-spring-parent
Last Version

Last Version

2.1.0.RC1
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project Organization

NSoft

Download chiwava-spring-parent

How to add to project

<!-- 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"]

Dependencies

test (7)

Group / Artifact Type Version
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

Project Modules

  • 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

Versions

Version
2.1.0.RC1
2.0.0.RELEASE
2.0.0.RC3
2.0.0.RC2
2.0.0.RC1