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