License |
License |
---|---|
GroupId | GroupIdcom.nsoft.chiwava |
ArtifactId | ArtifactIdchiwava-parent |
Last Version | Last Version2.1.0.RC1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCHIWAVA
CHIWAVA is a set of libraries used to reduce the amount of boilerplate code used in Spring
based Java projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
chiwava-parent-2.1.0.RC1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nsoft.chiwava/chiwava-parent/ -->
<dependency>
<groupId>com.nsoft.chiwava</groupId>
<artifactId>chiwava-parent</artifactId>
<version>2.1.0.RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nsoft.chiwava/chiwava-parent/
implementation 'com.nsoft.chiwava:chiwava-parent:2.1.0.RC1'
// https://jarcasting.com/artifacts/com.nsoft.chiwava/chiwava-parent/
implementation ("com.nsoft.chiwava:chiwava-parent:2.1.0.RC1")
'com.nsoft.chiwava:chiwava-parent:pom:2.1.0.RC1'
<dependency org="com.nsoft.chiwava" name="chiwava-parent" rev="2.1.0.RC1">
<artifact name="chiwava-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nsoft.chiwava', module='chiwava-parent', version='2.1.0.RC1')
)
libraryDependencies += "com.nsoft.chiwava" % "chiwava-parent" % "2.1.0.RC1"
[com.nsoft.chiwava/chiwava-parent "2.1.0.RC1"]