License |
License |
---|---|
GroupId | GroupIdcom.nsoft.chiwava |
ArtifactId | ArtifactIdchiwava-core-commons |
Last Version | Last Version2.1.0.RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCHIWAVA - Core - Commons
CHIWAVA is a set of libraries used to reduce the amount of boilerplate code used in Spring
based Java projects.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.nsoft.chiwava/chiwava-core-commons/ -->
<dependency>
<groupId>com.nsoft.chiwava</groupId>
<artifactId>chiwava-core-commons</artifactId>
<version>2.1.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nsoft.chiwava/chiwava-core-commons/
implementation 'com.nsoft.chiwava:chiwava-core-commons:2.1.0.RC1'
// https://jarcasting.com/artifacts/com.nsoft.chiwava/chiwava-core-commons/
implementation ("com.nsoft.chiwava:chiwava-core-commons:2.1.0.RC1")
'com.nsoft.chiwava:chiwava-core-commons:jar:2.1.0.RC1'
<dependency org="com.nsoft.chiwava" name="chiwava-core-commons" rev="2.1.0.RC1">
<artifact name="chiwava-core-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nsoft.chiwava', module='chiwava-core-commons', version='2.1.0.RC1')
)
libraryDependencies += "com.nsoft.chiwava" % "chiwava-core-commons" % "2.1.0.RC1"
[com.nsoft.chiwava/chiwava-core-commons "2.1.0.RC1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.10.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.1 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.10.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.10 |
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 |