License |
License |
---|---|
GroupId | GroupIdgov.nist.math |
ArtifactId | ArtifactIdscimark |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSciMark
SciMark 2.0 is a Java benchmark for scientific and numerical
computing. It measures several computational kernels and reports a composite
score in approximate Mflops (Millions of floating point operations per
second).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scimark-2.0.pom | |
scimark-2.0.jar | 33 KB |
scimark-2.0-sources.jar | 29 KB |
scimark-2.0-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/gov.nist.math/scimark/ -->
<dependency>
<groupId>gov.nist.math</groupId>
<artifactId>scimark</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nist.math/scimark/
implementation 'gov.nist.math:scimark:2.0'
// https://jarcasting.com/artifacts/gov.nist.math/scimark/
implementation ("gov.nist.math:scimark:2.0")
'gov.nist.math:scimark:jar:2.0'
<dependency org="gov.nist.math" name="scimark" rev="2.0">
<artifact name="scimark" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nist.math', module='scimark', version='2.0')
)
libraryDependencies += "gov.nist.math" % "scimark" % "2.0"
[gov.nist.math/scimark "2.0"]