GroupId | GroupIdorg.hspconsortium.carewebframework |
---|---|
ArtifactId | ArtifactIdcwf-ui-parent |
Version | Version2.0.0-RC1 |
Type | Typepom |
Filename | Size |
---|---|
cwf-ui-parent-2.0.0-RC1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hspconsortium.carewebframework/cwf-ui-parent/ -->
<dependency>
<groupId>org.hspconsortium.carewebframework</groupId>
<artifactId>cwf-ui-parent</artifactId>
<version>2.0.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hspconsortium.carewebframework/cwf-ui-parent/
implementation 'org.hspconsortium.carewebframework:cwf-ui-parent:2.0.0-RC1'
// https://jarcasting.com/artifacts/org.hspconsortium.carewebframework/cwf-ui-parent/
implementation ("org.hspconsortium.carewebframework:cwf-ui-parent:2.0.0-RC1")
'org.hspconsortium.carewebframework:cwf-ui-parent:pom:2.0.0-RC1'
<dependency org="org.hspconsortium.carewebframework" name="cwf-ui-parent" rev="2.0.0-RC1">
<artifact name="cwf-ui-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hspconsortium.carewebframework', module='cwf-ui-parent', version='2.0.0-RC1')
)
libraryDependencies += "org.hspconsortium.carewebframework" % "cwf-ui-parent" % "2.0.0-RC1"
[org.hspconsortium.carewebframework/cwf-ui-parent "2.0.0-RC1"]