Last Version

core 1.5

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.

License

License

GroupId

GroupId

fr.inria.powerapi
ArtifactId

ArtifactId

core
Version

Version

1.5
Type

Type

jar
Description

Description

core
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.

Download core 1.5


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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.9.1
com.typesafe.akka » akka-actor jar 2.0.1

test (3)

Group / Artifact Type Version
com.typesafe.akka » akka-testkit jar 2.0.1
junit : junit jar 4.8.1
org.scalatest : scalatest_2.9.1 jar 1.8

Project Modules

There are no modules declared in this project.