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