Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-sciactive-pnotify |
Version | Version4.0.0-alpha.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-sciactive-pnotify/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-sciactive-pnotify</artifactId>
<version>4.0.0-alpha.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-sciactive-pnotify/
implementation 'org.webjars.npm:github-com-sciactive-pnotify:4.0.0-alpha.2'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-sciactive-pnotify/
implementation ("org.webjars.npm:github-com-sciactive-pnotify:4.0.0-alpha.2")
'org.webjars.npm:github-com-sciactive-pnotify:jar:4.0.0-alpha.2'
<dependency org="org.webjars.npm" name="github-com-sciactive-pnotify" rev="4.0.0-alpha.2">
<artifact name="github-com-sciactive-pnotify" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-sciactive-pnotify', version='4.0.0-alpha.2')
)
libraryDependencies += "org.webjars.npm" % "github-com-sciactive-pnotify" % "4.0.0-alpha.2"
[org.webjars.npm/github-com-sciactive-pnotify "4.0.0-alpha.2"]