MVN

fr.inria.powerapi : core

Maven & Gradle

Mar 22, 2013
44 usages
9 stars

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.

<dependency>
    <groupId>fr.inria.powerapi</groupId>
    <artifactId>core</artifactId>
    <version>1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.inria.powerapi : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of fr.inria.powerapi : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5
core-1.5
1.4
core-1.4
1.3.x
core-1.3.2
core-1.3.1
1.3
core-1.3
1.2
core-1.2
1.1
core-1.1

How to add a dependency to Maven

Add the following fr.inria.powerapi : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.inria.powerapi</groupId>
    <artifactId>core</artifactId>
    <version>1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.inria.powerapi : core gradle dependency to your build.gradle file:

implementation 'fr.inria.powerapi:core:1.5'

Gradle Kotlin DSL: Add the following fr.inria.powerapi : core gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.inria.powerapi:core:1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.inria.powerapi : core sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.inria.powerapi" % "core" % "1.5"

Advertisement

Dependencies from Group

Mar 22, 2013
44 usages
9 stars
Mar 22, 2013
21 usages
9 stars
Mar 22, 2013
11 stars
Mar 22, 2013
9 stars
Mar 22, 2013
9 stars

Discover Dependencies

Aug 05, 2014
5 usages
jmi
Mar 19, 2012
14 usages
Oct 31, 2014
3 usages
2 stars
ccl
May 21, 2008
5 usages
Mar 30, 2015
1 usages
0 stars
Sep 20, 2005
2 usages
Mar 13, 2014
9 usages
Nov 11, 2014
6 usages