GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdjss |
Version | Version9.8.0 |
Type | Typejar |
Filename | Size |
---|---|
jss-9.8.0.pom | |
jss-9.8.0.jar | 129 KB |
jss-9.8.0-sources.jar | 22 bytes |
jss-9.8.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jss/
implementation 'org.webjars.npm:jss:9.8.0'
// https://jarcasting.com/artifacts/org.webjars.npm/jss/
implementation ("org.webjars.npm:jss:9.8.0")
'org.webjars.npm:jss:jar:9.8.0'
<dependency org="org.webjars.npm" name="jss" rev="9.8.0">
<artifact name="jss" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jss', version='9.8.0')
)
libraryDependencies += "org.webjars.npm" % "jss" % "9.8.0"
[org.webjars.npm/jss "9.8.0"]