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