License |
License |
---|---|
GroupId | GroupIdes.urjc.etsii.grafo |
ArtifactId | ArtifactIdscimark |
Version | Version2.1.1 |
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scimark-2.1.1.pom | |
scimark-2.1.1.jar | 22 KB |
scimark-2.1.1-sources.jar | 16 KB |
scimark-2.1.1-javadoc.jar | 457 KB |
Browse |
<!-- https://jarcasting.com/artifacts/es.urjc.etsii.grafo/scimark/ -->
<dependency>
<groupId>es.urjc.etsii.grafo</groupId>
<artifactId>scimark</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/es.urjc.etsii.grafo/scimark/
implementation 'es.urjc.etsii.grafo:scimark:2.1.1'
// https://jarcasting.com/artifacts/es.urjc.etsii.grafo/scimark/
implementation ("es.urjc.etsii.grafo:scimark:2.1.1")
'es.urjc.etsii.grafo:scimark:jar:2.1.1'
<dependency org="es.urjc.etsii.grafo" name="scimark" rev="2.1.1">
<artifact name="scimark" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.urjc.etsii.grafo', module='scimark', version='2.1.1')
)
libraryDependencies += "es.urjc.etsii.grafo" % "scimark" % "2.1.1"
[es.urjc.etsii.grafo/scimark "2.1.1"]