| License | License | 
|---|---|
| GroupId | GroupIdorg.webjars.npm | 
| ArtifactId | ArtifactIdngrx__core | 
| Version | Version1.2.0 | 
| Type | Typejar | 
| Description | Description@ngrx/core WebJar for @ngrx/core | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| ngrx__core-1.2.0.pom | |
| ngrx__core-1.2.0.jar | 25 KB | 
| ngrx__core-1.2.0-sources.jar | 22 bytes | 
| ngrx__core-1.2.0-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/ngrx__core/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>ngrx__core</artifactId>
    <version>1.2.0</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars.npm/ngrx__core/
implementation 'org.webjars.npm:ngrx__core:1.2.0'// https://jarcasting.com/artifacts/org.webjars.npm/ngrx__core/
implementation ("org.webjars.npm:ngrx__core:1.2.0")'org.webjars.npm:ngrx__core:jar:1.2.0'<dependency org="org.webjars.npm" name="ngrx__core" rev="1.2.0">
  <artifact name="ngrx__core" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars.npm', module='ngrx__core', version='1.2.0')
)libraryDependencies += "org.webjars.npm" % "ngrx__core" % "1.2.0"[org.webjars.npm/ngrx__core "1.2.0"]