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