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