Categories |
CategoriesJavaScript Languages Github Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-popperjs-popper-js |
Version | Version0.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-popperjs-popper-js/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-popperjs-popper-js</artifactId>
<version>0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-popperjs-popper-js/
implementation 'org.webjars.npm:github-com-popperjs-popper-js:0.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-popperjs-popper-js/
implementation ("org.webjars.npm:github-com-popperjs-popper-js:0.0.0")
'org.webjars.npm:github-com-popperjs-popper-js:jar:0.0.0'
<dependency org="org.webjars.npm" name="github-com-popperjs-popper-js" rev="0.0.0">
<artifact name="github-com-popperjs-popper-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-popperjs-popper-js', version='0.0.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-popperjs-popper-js" % "0.0.0"
[org.webjars.npm/github-com-popperjs-popper-js "0.0.0"]