MVN

io.github.dimitarg : weaver-test-extra_2.13

Maven & Gradle

May 25, 2023
6 stars

weaver-test-extra · weaver-test-extra

<dependency>
    <groupId>io.github.dimitarg</groupId>
    <artifactId>weaver-test-extra_2.13</artifactId>
    <version>0.5.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dimitarg : weaver-test-extra_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.7

All Versions

Choose a version of io.github.dimitarg : weaver-test-extra_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
weaver-test-extra_2.13-0.5.7
weaver-test-extra_2.13-0.5.5
weaver-test-extra_2.13-0.5.4
weaver-test-extra_2.13-0.5.3
weaver-test-extra_2.13-0.5.2
weaver-test-extra_2.13-0.5.1
weaver-test-extra_2.13-0.5.0
0.4.x
weaver-test-extra_2.13-0.4.13
weaver-test-extra_2.13-0.4.12
weaver-test-extra_2.13-0.4.11
weaver-test-extra_2.13-0.4.10
weaver-test-extra_2.13-0.4.9
weaver-test-extra_2.13-0.4.8
weaver-test-extra_2.13-0.4.7
weaver-test-extra_2.13-0.4.6
weaver-test-extra_2.13-0.4.5
weaver-test-extra_2.13-0.4.4

How to add a dependency to Maven

Add the following io.github.dimitarg : weaver-test-extra_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.dimitarg</groupId>
    <artifactId>weaver-test-extra_2.13</artifactId>
    <version>0.5.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dimitarg : weaver-test-extra_2.13 gradle dependency to your build.gradle file:

implementation 'io.github.dimitarg:weaver-test-extra_2.13:0.5.7'

Gradle Kotlin DSL: Add the following io.github.dimitarg : weaver-test-extra_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dimitarg:weaver-test-extra_2.13:0.5.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dimitarg : weaver-test-extra_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dimitarg" % "weaver-test-extra_2.13" % "0.5.7"