GroupId | GroupIdorg.webjars.bower |
---|---|
ArtifactId | ArtifactIdnoty |
Version | Version2.3.8 |
Type | Typejar |
Filename | Size |
---|---|
noty-2.3.8.pom | |
noty-2.3.8.jar | 409 KB |
noty-2.3.8-sources.jar | 22 bytes |
noty-2.3.8-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/noty/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>noty</artifactId>
<version>2.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/noty/
implementation 'org.webjars.bower:noty:2.3.8'
// https://jarcasting.com/artifacts/org.webjars.bower/noty/
implementation ("org.webjars.bower:noty:2.3.8")
'org.webjars.bower:noty:jar:2.3.8'
<dependency org="org.webjars.bower" name="noty" rev="2.3.8">
<artifact name="noty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='noty', version='2.3.8')
)
libraryDependencies += "org.webjars.bower" % "noty" % "2.3.8"
[org.webjars.bower/noty "2.3.8"]