Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdangular-bootstrap-contextmenu |
Version | Version0.9.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/angular-bootstrap-contextmenu/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>angular-bootstrap-contextmenu</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/angular-bootstrap-contextmenu/
implementation 'org.webjars.npm:angular-bootstrap-contextmenu:0.9.9'
// https://jarcasting.com/artifacts/org.webjars.npm/angular-bootstrap-contextmenu/
implementation ("org.webjars.npm:angular-bootstrap-contextmenu:0.9.9")
'org.webjars.npm:angular-bootstrap-contextmenu:jar:0.9.9'
<dependency org="org.webjars.npm" name="angular-bootstrap-contextmenu" rev="0.9.9">
<artifact name="angular-bootstrap-contextmenu" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='angular-bootstrap-contextmenu', version='0.9.9')
)
libraryDependencies += "org.webjars.npm" % "angular-bootstrap-contextmenu" % "0.9.9"
[org.webjars.npm/angular-bootstrap-contextmenu "0.9.9"]