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