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