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