MVN

be.fluid-it.microservice.bundle : microservice-bundle-testing

Maven & Gradle

Apr 05, 2017
1 usages
3 stars

microservice-bundle-testing · Utilities to ease the testing of µServices.

<dependency>
    <groupId>be.fluid-it.microservice.bundle</groupId>
    <artifactId>microservice-bundle-testing</artifactId>
    <version>0.1-16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.fluid-it.microservice.bundle : microservice-bundle-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1-16

All Versions

Choose a version of be.fluid-it.microservice.bundle : microservice-bundle-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1
microservice-bundle-testing-0.1-16
microservice-bundle-testing-0.1-15
microservice-bundle-testing-0.1-14
microservice-bundle-testing-0.1-13
microservice-bundle-testing-0.1-12
microservice-bundle-testing-0.1-10
microservice-bundle-testing-0.1-9
microservice-bundle-testing-0.1-8
microservice-bundle-testing-0.1-7
microservice-bundle-testing-0.1-6
microservice-bundle-testing-0.1-5

How to add a dependency to Maven

Add the following be.fluid-it.microservice.bundle : microservice-bundle-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.fluid-it.microservice.bundle</groupId>
    <artifactId>microservice-bundle-testing</artifactId>
    <version>0.1-16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.fluid-it.microservice.bundle : microservice-bundle-testing gradle dependency to your build.gradle file:

implementation 'be.fluid-it.microservice.bundle:microservice-bundle-testing:0.1-16'

Gradle Kotlin DSL: Add the following be.fluid-it.microservice.bundle : microservice-bundle-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("be.fluid-it.microservice.bundle:microservice-bundle-testing:0.1-16")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.fluid-it.microservice.bundle : microservice-bundle-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "be.fluid-it.microservice.bundle" % "microservice-bundle-testing" % "0.1-16"

Advertisement