Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-jsdom-jsdom |
Version | Version0.2.18 |
Type | Typejar |
Filename | Size |
---|---|
github-com-jsdom-jsdom-0.2.18.pom | |
github-com-jsdom-jsdom-0.2.18.jar | 1 MB |
github-com-jsdom-jsdom-0.2.18-sources.jar | 22 bytes |
github-com-jsdom-jsdom-0.2.18-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-jsdom-jsdom/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-jsdom-jsdom</artifactId>
<version>0.2.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-jsdom-jsdom/
implementation 'org.webjars.npm:github-com-jsdom-jsdom:0.2.18'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-jsdom-jsdom/
implementation ("org.webjars.npm:github-com-jsdom-jsdom:0.2.18")
'org.webjars.npm:github-com-jsdom-jsdom:jar:0.2.18'
<dependency org="org.webjars.npm" name="github-com-jsdom-jsdom" rev="0.2.18">
<artifact name="github-com-jsdom-jsdom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-jsdom-jsdom', version='0.2.18')
)
libraryDependencies += "org.webjars.npm" % "github-com-jsdom-jsdom" % "0.2.18"
[org.webjars.npm/github-com-jsdom-jsdom "0.2.18"]