License |
License |
---|---|
GroupId | GroupIdcom.nsoft.chiwava |
ArtifactId | ArtifactIdchiwava-core-persistence |
Last Version | Last Version2.1.0.RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCHIWAVA - Core - Persistence
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-persistence/ -->
<dependency>
<groupId>com.nsoft.chiwava</groupId>
<artifactId>chiwava-core-persistence</artifactId>
<version>2.1.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nsoft.chiwava/chiwava-core-persistence/
implementation 'com.nsoft.chiwava:chiwava-core-persistence:2.1.0.RC1'
// https://jarcasting.com/artifacts/com.nsoft.chiwava/chiwava-core-persistence/
implementation ("com.nsoft.chiwava:chiwava-core-persistence:2.1.0.RC1")
'com.nsoft.chiwava:chiwava-core-persistence:jar:2.1.0.RC1'
<dependency org="com.nsoft.chiwava" name="chiwava-core-persistence" rev="2.1.0.RC1">
<artifact name="chiwava-core-persistence" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nsoft.chiwava', module='chiwava-core-persistence', version='2.1.0.RC1')
)
libraryDependencies += "com.nsoft.chiwava" % "chiwava-core-persistence" % "2.1.0.RC1"
[com.nsoft.chiwava/chiwava-core-persistence "2.1.0.RC1"]
Group / Artifact | Type | Version |
---|---|---|
javax.persistence : javax.persistence-api | jar | 2.2 |
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 |