Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreactcss |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
reactcss-0.4.0.pom | |
reactcss-0.4.0.jar | 500 KB |
reactcss-0.4.0-sources.jar | 22 bytes |
reactcss-0.4.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/reactcss/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>reactcss</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/reactcss/
implementation 'org.webjars.npm:reactcss:0.4.0'
// https://jarcasting.com/artifacts/org.webjars.npm/reactcss/
implementation ("org.webjars.npm:reactcss:0.4.0")
'org.webjars.npm:reactcss:jar:0.4.0'
<dependency org="org.webjars.npm" name="reactcss" rev="0.4.0">
<artifact name="reactcss" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='reactcss', version='0.4.0')
)
libraryDependencies += "org.webjars.npm" % "reactcss" % "0.4.0"
[org.webjars.npm/reactcss "0.4.0"]