| License | License | 
|---|---|
| GroupId | GroupIdorg.webjars.npm | 
| ArtifactId | ArtifactIdng2-ui | 
| Version | Version0.11.5 | 
| Type | Typejar | 
| Description | Descriptionng2-ui WebJar for ng2-ui | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| ng2-ui-0.11.5.pom | |
| ng2-ui-0.11.5.jar | 91 KB | 
| ng2-ui-0.11.5-sources.jar | 22 bytes | 
| ng2-ui-0.11.5-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/ng2-ui/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>ng2-ui</artifactId>
    <version>0.11.5</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars.npm/ng2-ui/
implementation 'org.webjars.npm:ng2-ui:0.11.5'// https://jarcasting.com/artifacts/org.webjars.npm/ng2-ui/
implementation ("org.webjars.npm:ng2-ui:0.11.5")'org.webjars.npm:ng2-ui:jar:0.11.5'<dependency org="org.webjars.npm" name="ng2-ui" rev="0.11.5">
  <artifact name="ng2-ui" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars.npm', module='ng2-ui', version='0.11.5')
)libraryDependencies += "org.webjars.npm" % "ng2-ui" % "0.11.5"[org.webjars.npm/ng2-ui "0.11.5"]