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