MVN

de.martinpallmann : mockbridge-tck

Maven & Gradle

Jul 26, 2022
0 stars

tck

<dependency>
    <groupId>de.martinpallmann</groupId>
    <artifactId>mockbridge-tck</artifactId>
    <version>0.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.martinpallmann : mockbridge-tck to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.24

All Versions

Choose a version of de.martinpallmann : mockbridge-tck to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
mockbridge-tck-0.0.24
mockbridge-tck-0.0.23

How to add a dependency to Maven

Add the following de.martinpallmann : mockbridge-tck maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.martinpallmann</groupId>
    <artifactId>mockbridge-tck</artifactId>
    <version>0.0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.martinpallmann : mockbridge-tck gradle dependency to your build.gradle file:

implementation 'de.martinpallmann:mockbridge-tck:0.0.24'

Gradle Kotlin DSL: Add the following de.martinpallmann : mockbridge-tck gradle kotlin dependency to your build.gradle.kts file:

implementation("de.martinpallmann:mockbridge-tck:0.0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.martinpallmann : mockbridge-tck sbt scala dependency to your build.sbt file:

libraryDependencies += "de.martinpallmann" % "mockbridge-tck" % "0.0.24"

Advertisement