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