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