| License | License | 
|---|---|
| Categories | CategoriesAnt Build Tools | 
| GroupId | GroupIdorg.webjars.npm | 
| ArtifactId | ArtifactIdng-semantic | 
| Last Version | Last Version1.1.13 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionng-semantic WebJar for ng-semantic | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| ng-semantic-1.1.13.pom | |
| ng-semantic-1.1.13.jar | 60 KB | 
| ng-semantic-1.1.13-sources.jar | 22 bytes | 
| ng-semantic-1.1.13-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/ng-semantic/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>ng-semantic</artifactId>
    <version>1.1.13</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars.npm/ng-semantic/
implementation 'org.webjars.npm:ng-semantic:1.1.13'// https://jarcasting.com/artifacts/org.webjars.npm/ng-semantic/
implementation ("org.webjars.npm:ng-semantic:1.1.13")'org.webjars.npm:ng-semantic:jar:1.1.13'<dependency org="org.webjars.npm" name="ng-semantic" rev="1.1.13">
  <artifact name="ng-semantic" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars.npm', module='ng-semantic', version='1.1.13')
)libraryDependencies += "org.webjars.npm" % "ng-semantic" % "1.1.13"[org.webjars.npm/ng-semantic "1.1.13"]