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