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