MVN

com.github.stanislav-sartasov : NaviProf

Maven & Gradle

May 08, 2020
12 stars

NaviProf · A profiling tool for power estimation.

<dependency>
    <groupId>com.github.stanislav-sartasov</groupId>
    <artifactId>NaviProf</artifactId>
    <version>1.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stanislav-sartasov : NaviProf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.19

All Versions

Choose a version of com.github.stanislav-sartasov : NaviProf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.19
NaviProf-1.19
1.18
NaviProf-1.18
1.17
NaviProf-1.17
1.16
NaviProf-1.16
1.15
NaviProf-1.15
1.14
NaviProf-1.14
1.13
NaviProf-1.13
1.12
NaviProf-1.12
1.11
NaviProf-1.11

How to add a dependency to Maven

Add the following com.github.stanislav-sartasov : NaviProf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.stanislav-sartasov</groupId>
    <artifactId>NaviProf</artifactId>
    <version>1.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.stanislav-sartasov : NaviProf gradle dependency to your build.gradle file:

implementation 'com.github.stanislav-sartasov:NaviProf:1.19'

Gradle Kotlin DSL: Add the following com.github.stanislav-sartasov : NaviProf gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.stanislav-sartasov:NaviProf:1.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.stanislav-sartasov : NaviProf sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.stanislav-sartasov" % "NaviProf" % "1.19"