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