GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdnotifyjs |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
notifyjs-0.3.2.pom | |
notifyjs-0.3.2.jar | 32 KB |
notifyjs-0.3.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/notifyjs/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>notifyjs</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/notifyjs/
implementation 'org.webjars:notifyjs:0.3.2'
// https://jarcasting.com/artifacts/org.webjars/notifyjs/
implementation ("org.webjars:notifyjs:0.3.2")
'org.webjars:notifyjs:jar:0.3.2'
<dependency org="org.webjars" name="notifyjs" rev="0.3.2">
<artifact name="notifyjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='notifyjs', version='0.3.2')
)
libraryDependencies += "org.webjars" % "notifyjs" % "0.3.2"
[org.webjars/notifyjs "0.3.2"]