GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdjss |
Version | Version9.8.7 |
Type | Typejar |
Filename | Size |
---|---|
jss-9.8.7.pom | |
jss-9.8.7.jar | 128 KB |
jss-9.8.7-sources.jar | 22 bytes |
jss-9.8.7-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/jss/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>jss</artifactId>
<version>9.8.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jss/
implementation 'org.webjars.npm:jss:9.8.7'
// https://jarcasting.com/artifacts/org.webjars.npm/jss/
implementation ("org.webjars.npm:jss:9.8.7")
'org.webjars.npm:jss:jar:9.8.7'
<dependency org="org.webjars.npm" name="jss" rev="9.8.7">
<artifact name="jss" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jss', version='9.8.7')
)
libraryDependencies += "org.webjars.npm" % "jss" % "9.8.7"
[org.webjars.npm/jss "9.8.7"]