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