GroupId | GroupIdcom.nsoft.chiwava |
---|---|
ArtifactId | ArtifactIdchiwava-core-persistence |
Version | Version2.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.nsoft.chiwava/chiwava-core-persistence/ -->
<dependency>
<groupId>com.nsoft.chiwava</groupId>
<artifactId>chiwava-core-persistence</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.nsoft.chiwava/chiwava-core-persistence/
implementation 'com.nsoft.chiwava:chiwava-core-persistence:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.nsoft.chiwava/chiwava-core-persistence/
implementation ("com.nsoft.chiwava:chiwava-core-persistence:2.0.0.RELEASE")
'com.nsoft.chiwava:chiwava-core-persistence:jar:2.0.0.RELEASE'
<dependency org="com.nsoft.chiwava" name="chiwava-core-persistence" rev="2.0.0.RELEASE">
<artifact name="chiwava-core-persistence" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nsoft.chiwava', module='chiwava-core-persistence', version='2.0.0.RELEASE')
)
libraryDependencies += "com.nsoft.chiwava" % "chiwava-core-persistence" % "2.0.0.RELEASE"
[com.nsoft.chiwava/chiwava-core-persistence "2.0.0.RELEASE"]