MVN

ru.fix : aggregating-profiler-kotlin

Maven & Gradle

Aug 05, 2020
2 stars

ru.fix:aggregating-profiler-kotlin · https://github.com/ru-fix/aggregating-profiler

<dependency>
    <groupId>ru.fix</groupId>
    <artifactId>aggregating-profiler-kotlin</artifactId>
    <version>1.6.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.fix : aggregating-profiler-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.6

All Versions

Choose a version of ru.fix : aggregating-profiler-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
aggregating-profiler-kotlin-1.6.6
aggregating-profiler-kotlin-1.6.5
aggregating-profiler-kotlin-1.6.4
aggregating-profiler-kotlin-1.6.3

How to add a dependency to Maven

Add the following ru.fix : aggregating-profiler-kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.fix</groupId>
    <artifactId>aggregating-profiler-kotlin</artifactId>
    <version>1.6.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.fix : aggregating-profiler-kotlin gradle dependency to your build.gradle file:

implementation 'ru.fix:aggregating-profiler-kotlin:1.6.6'

Gradle Kotlin DSL: Add the following ru.fix : aggregating-profiler-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.fix:aggregating-profiler-kotlin:1.6.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.fix : aggregating-profiler-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.fix" % "aggregating-profiler-kotlin" % "1.6.6"

Advertisement