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