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