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