MVN

com.gitlab.lae.stack.source : stack-source-junit4

Maven & Gradle

Aug 01, 2020
<dependency>
    <groupId>com.gitlab.lae.stack.source</groupId>
    <artifactId>stack-source-junit4</artifactId>
    <version>0.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitlab.lae.stack.source : stack-source-junit4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.2
  • Latest Beta: 0.2-beta17

All Versions

Choose a version of com.gitlab.lae.stack.source : stack-source-junit4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
stack-source-junit4-0.4.2
stack-source-junit4-0.4.1
0.4
stack-source-junit4-0.4
0.3
stack-source-junit4-0.3
0.2.x
stack-source-junit4-0.2.2
stack-source-junit4-0.2.1
0.2
stack-source-junit4-0.2
stack-source-junit4-0.2-beta17
stack-source-junit4-0.2-beta16
stack-source-junit4-0.2-beta15
stack-source-junit4-0.2-beta14
stack-source-junit4-0.2-beta13
stack-source-junit4-0.2-beta11
stack-source-junit4-0.2-beta9
stack-source-junit4-0.2-beta8
stack-source-junit4-0.2-beta7
stack-source-junit4-0.2-beta6
stack-source-junit4-0.2-beta5
stack-source-junit4-0.2-beta2
stack-source-junit4-0.2-beta1
0.1.x
stack-source-junit4-0.1.2

How to add a dependency to Maven

Add the following com.gitlab.lae.stack.source : stack-source-junit4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitlab.lae.stack.source</groupId>
    <artifactId>stack-source-junit4</artifactId>
    <version>0.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitlab.lae.stack.source : stack-source-junit4 gradle dependency to your build.gradle file:

implementation 'com.gitlab.lae.stack.source:stack-source-junit4:0.4.2'

Gradle Kotlin DSL: Add the following com.gitlab.lae.stack.source : stack-source-junit4 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitlab.lae.stack.source:stack-source-junit4:0.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitlab.lae.stack.source : stack-source-junit4 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitlab.lae.stack.source" % "stack-source-junit4" % "0.4.2"