GroupId | GroupIdorg.bytedeco |
---|---|
ArtifactId | ArtifactIdscipy |
Version | Version1.5.2-1.5.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.bytedeco/scipy/ -->
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>scipy</artifactId>
<version>1.5.2-1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bytedeco/scipy/
implementation 'org.bytedeco:scipy:1.5.2-1.5.4'
// https://jarcasting.com/artifacts/org.bytedeco/scipy/
implementation ("org.bytedeco:scipy:1.5.2-1.5.4")
'org.bytedeco:scipy:jar:1.5.2-1.5.4'
<dependency org="org.bytedeco" name="scipy" rev="1.5.2-1.5.4">
<artifact name="scipy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bytedeco', module='scipy', version='1.5.2-1.5.4')
)
libraryDependencies += "org.bytedeco" % "scipy" % "1.5.2-1.5.4"
[org.bytedeco/scipy "1.5.2-1.5.4"]