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