MVN

org.jetbrains.intellij.deps : intellij-test-discovery-agent

Maven & Gradle

Aug 25, 2023
70 stars

Intellij Test Discovery Agent · Lightweight coverage during a testing session

<dependency>
    <groupId>org.jetbrains.intellij.deps</groupId>
    <artifactId>intellij-test-discovery-agent</artifactId>
    <version>1.0.735</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.intellij.deps : intellij-test-discovery-agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.735

All Versions

Choose a version of org.jetbrains.intellij.deps : intellij-test-discovery-agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
intellij-test-discovery-agent-1.0.735
intellij-test-discovery-agent-1.0.734
intellij-test-discovery-agent-1.0.733
intellij-test-discovery-agent-1.0.731
intellij-test-discovery-agent-1.0.729
intellij-test-discovery-agent-1.0.728
intellij-test-discovery-agent-1.0.727
intellij-test-discovery-agent-1.0.725
intellij-test-discovery-agent-1.0.724
intellij-test-discovery-agent-1.0.723
intellij-test-discovery-agent-1.0.722
intellij-test-discovery-agent-1.0.721
intellij-test-discovery-agent-1.0.720
intellij-test-discovery-agent-1.0.719
intellij-test-discovery-agent-1.0.718
intellij-test-discovery-agent-1.0.716
intellij-test-discovery-agent-1.0.715
intellij-test-discovery-agent-1.0.713
intellij-test-discovery-agent-1.0.712
intellij-test-discovery-agent-1.0.711
intellij-test-discovery-agent-1.0.710
intellij-test-discovery-agent-1.0.709
intellij-test-discovery-agent-1.0.708
intellij-test-discovery-agent-1.0.707
intellij-test-discovery-agent-1.0.706
intellij-test-discovery-agent-1.0.692
intellij-test-discovery-agent-1.0.691
intellij-test-discovery-agent-1.0.690
intellij-test-discovery-agent-1.0.689
intellij-test-discovery-agent-1.0.688
intellij-test-discovery-agent-1.0.687
intellij-test-discovery-agent-1.0.686
intellij-test-discovery-agent-1.0.684
intellij-test-discovery-agent-1.0.683
intellij-test-discovery-agent-1.0.682
intellij-test-discovery-agent-1.0.681
intellij-test-discovery-agent-1.0.680
intellij-test-discovery-agent-1.0.679
intellij-test-discovery-agent-1.0.678
intellij-test-discovery-agent-1.0.676
intellij-test-discovery-agent-1.0.675
intellij-test-discovery-agent-1.0.674
intellij-test-discovery-agent-1.0.673
intellij-test-discovery-agent-1.0.671
intellij-test-discovery-agent-1.0.670
intellij-test-discovery-agent-1.0.669
intellij-test-discovery-agent-1.0.668
intellij-test-discovery-agent-1.0.666
intellij-test-discovery-agent-1.0.665
intellij-test-discovery-agent-1.0.663
intellij-test-discovery-agent-1.0.662
intellij-test-discovery-agent-1.0.661
intellij-test-discovery-agent-1.0.660
intellij-test-discovery-agent-1.0.659
intellij-test-discovery-agent-1.0.657
intellij-test-discovery-agent-1.0.656
intellij-test-discovery-agent-1.0.655
intellij-test-discovery-agent-1.0.654
intellij-test-discovery-agent-1.0.653
intellij-test-discovery-agent-1.0.652
intellij-test-discovery-agent-1.0.650
intellij-test-discovery-agent-1.0.649
intellij-test-discovery-agent-1.0.648
intellij-test-discovery-agent-1.0.647
intellij-test-discovery-agent-1.0.646
intellij-test-discovery-agent-1.0.645
intellij-test-discovery-agent-1.0.644
intellij-test-discovery-agent-1.0.643
intellij-test-discovery-agent-1.0.641
intellij-test-discovery-agent-1.0.640
intellij-test-discovery-agent-1.0.639
intellij-test-discovery-agent-1.0.638
intellij-test-discovery-agent-1.0.637
intellij-test-discovery-agent-1.0.636
intellij-test-discovery-agent-1.0.635
intellij-test-discovery-agent-1.0.634
intellij-test-discovery-agent-1.0.633

How to add a dependency to Maven

Add the following org.jetbrains.intellij.deps : intellij-test-discovery-agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains.intellij.deps</groupId>
    <artifactId>intellij-test-discovery-agent</artifactId>
    <version>1.0.735</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.intellij.deps : intellij-test-discovery-agent gradle dependency to your build.gradle file:

implementation 'org.jetbrains.intellij.deps:intellij-test-discovery-agent:1.0.735'

Gradle Kotlin DSL: Add the following org.jetbrains.intellij.deps : intellij-test-discovery-agent gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains.intellij.deps:intellij-test-discovery-agent:1.0.735")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.intellij.deps : intellij-test-discovery-agent sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.intellij.deps" % "intellij-test-discovery-agent" % "1.0.735"