Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdangular__compiler |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
angular__compiler-2.3.0.pom | |
angular__compiler-2.3.0.jar | 1 MB |
angular__compiler-2.3.0-sources.jar | 22 bytes |
angular__compiler-2.3.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/angular__compiler/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>angular__compiler</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/angular__compiler/
implementation 'org.webjars.npm:angular__compiler:2.3.0'
// https://jarcasting.com/artifacts/org.webjars.npm/angular__compiler/
implementation ("org.webjars.npm:angular__compiler:2.3.0")
'org.webjars.npm:angular__compiler:jar:2.3.0'
<dependency org="org.webjars.npm" name="angular__compiler" rev="2.3.0">
<artifact name="angular__compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='angular__compiler', version='2.3.0')
)
libraryDependencies += "org.webjars.npm" % "angular__compiler" % "2.3.0"
[org.webjars.npm/angular__compiler "2.3.0"]