GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdndarray |
Version | Version1.0.18 |
Type | Typejar |
Filename | Size |
---|---|
ndarray-1.0.18.pom | |
ndarray-1.0.18.jar | 10 KB |
ndarray-1.0.18-sources.jar | 22 bytes |
ndarray-1.0.18-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/ndarray/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>ndarray</artifactId>
<version>1.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/ndarray/
implementation 'org.webjars.npm:ndarray:1.0.18'
// https://jarcasting.com/artifacts/org.webjars.npm/ndarray/
implementation ("org.webjars.npm:ndarray:1.0.18")
'org.webjars.npm:ndarray:jar:1.0.18'
<dependency org="org.webjars.npm" name="ndarray" rev="1.0.18">
<artifact name="ndarray" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='ndarray', version='1.0.18')
)
libraryDependencies += "org.webjars.npm" % "ndarray" % "1.0.18"
[org.webjars.npm/ndarray "1.0.18"]