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