| License | License | 
|---|---|
| GroupId | GroupIdcom.github.rwl | 
| ArtifactId | ArtifactIdcore-lapack | 
| Last Version | Last Version0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCore LAPACK Java APIs for the BLAS and LAPACK Fortran libraries as translated through F2J. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| core-lapack-0.1.pom | |
| core-lapack-0.1.jar | 30 KB | 
| core-lapack-0.1-sources.jar | 163 bytes | 
| core-lapack-0.1-javadoc.jar | 163 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.rwl/core-lapack/ -->
<dependency>
    <groupId>com.github.rwl</groupId>
    <artifactId>core-lapack</artifactId>
    <version>0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.rwl/core-lapack/
implementation 'com.github.rwl:core-lapack:0.1'// https://jarcasting.com/artifacts/com.github.rwl/core-lapack/
implementation ("com.github.rwl:core-lapack:0.1")'com.github.rwl:core-lapack:jar:0.1'<dependency org="com.github.rwl" name="core-lapack" rev="0.1">
  <artifact name="core-lapack" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.rwl', module='core-lapack', version='0.1')
)libraryDependencies += "com.github.rwl" % "core-lapack" % "0.1"[com.github.rwl/core-lapack "0.1"]