GroupId | GroupIdorg.carewebframework |
---|---|
ArtifactId | ArtifactIdorg.carewebframework.shell |
Version | Version6.1.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.shell/ -->
<dependency>
<groupId>org.carewebframework</groupId>
<artifactId>org.carewebframework.shell</artifactId>
<version>6.1.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.shell/
implementation 'org.carewebframework:org.carewebframework.shell:6.1.0-RC2'
// https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.shell/
implementation ("org.carewebframework:org.carewebframework.shell:6.1.0-RC2")
'org.carewebframework:org.carewebframework.shell:jar:6.1.0-RC2'
<dependency org="org.carewebframework" name="org.carewebframework.shell" rev="6.1.0-RC2">
<artifact name="org.carewebframework.shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.carewebframework', module='org.carewebframework.shell', version='6.1.0-RC2')
)
libraryDependencies += "org.carewebframework" % "org.carewebframework.shell" % "6.1.0-RC2"
[org.carewebframework/org.carewebframework.shell "6.1.0-RC2"]