| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdngrx__core |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ngrx__core-1.0.1.pom | |
| ngrx__core-1.0.1.jar | 27 KB |
| ngrx__core-1.0.1-sources.jar | 22 bytes |
| ngrx__core-1.0.1-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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/ngrx__core/
implementation 'org.webjars.npm:ngrx__core:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/ngrx__core/
implementation ("org.webjars.npm:ngrx__core:1.0.1")
'org.webjars.npm:ngrx__core:jar:1.0.1'
<dependency org="org.webjars.npm" name="ngrx__core" rev="1.0.1">
<artifact name="ngrx__core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='ngrx__core', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "ngrx__core" % "1.0.1"
[org.webjars.npm/ngrx__core "1.0.1"]