| License |
License |
|---|---|
| GroupId | GroupIdorg.bytedeco |
| ArtifactId | ArtifactIdscipy |
| Version | Version1.7.0-1.5.6 |
| Type | Typejar |
| Description |
DescriptionJavaCPP Presets for SciPy
The missing bridge between Java and native C++ libraries
|
<!-- https://jarcasting.com/artifacts/org.bytedeco/scipy/ -->
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>scipy</artifactId>
<version>1.7.0-1.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.bytedeco/scipy/
implementation 'org.bytedeco:scipy:1.7.0-1.5.6'
// https://jarcasting.com/artifacts/org.bytedeco/scipy/
implementation ("org.bytedeco:scipy:1.7.0-1.5.6")
'org.bytedeco:scipy:jar:1.7.0-1.5.6'
<dependency org="org.bytedeco" name="scipy" rev="1.7.0-1.5.6">
<artifact name="scipy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bytedeco', module='scipy', version='1.7.0-1.5.6')
)
libraryDependencies += "org.bytedeco" % "scipy" % "1.7.0-1.5.6"
[org.bytedeco/scipy "1.7.0-1.5.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.bytedeco : numpy | jar | 1.21.1-1.5.6 |
| org.bytedeco : javacpp | jar | 1.5.6 |