is not current version
Last Version 1.5

fr.inria.powerapi:core 1.1

As its name indicates, Core module gather all "kernel" functionalities that will be use by other modules. More precisely, this module defines the whole types used by PowerAPI to define its architecture. This module also defines the essential Clock class, responsible of the periodically sending of the Tick message, itself responsible of the process of the PowerAPI business part.

GroupId

GroupId

fr.inria.powerapi
ArtifactId

ArtifactId

core
Version

Version

1.1
Type

Type

jar

Download core 1.1


<!-- https://jarcasting.com/artifacts/fr.inria.powerapi/core/ -->
<dependency>
    <groupId>fr.inria.powerapi</groupId>
    <artifactId>core</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.inria.powerapi/core/
implementation 'fr.inria.powerapi:core:1.1'
// https://jarcasting.com/artifacts/fr.inria.powerapi/core/
implementation ("fr.inria.powerapi:core:1.1")
'fr.inria.powerapi:core:jar:1.1'
<dependency org="fr.inria.powerapi" name="core" rev="1.1">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.inria.powerapi', module='core', version='1.1')
)
libraryDependencies += "fr.inria.powerapi" % "core" % "1.1"
[fr.inria.powerapi/core "1.1"]