MVN

tech.iooo.boot : iooo-boot-test-bundle

Maven & Gradle

Apr 04, 2019
4 usages
2 stars

iooo-boot :: iooo-boot-test-bundle · iooo-boot-test-bundle

<dependency>
    <groupId>tech.iooo.boot</groupId>
    <artifactId>iooo-boot-test-bundle</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.iooo.boot : iooo-boot-test-bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of tech.iooo.boot : iooo-boot-test-bundle to add to Maven or Gradle - All Versions:

  • Version Updated
  • iooo-boot-test-bundle-1.1.7

    Apr 04, 2019
  • iooo-boot-test-bundle-1.1.6

    Feb 25, 2019
  • iooo-boot-test-bundle-1.1.5

    Dec 18, 2018
  • iooo-boot-test-bundle-1.1.4

    Nov 29, 2018
  • iooo-boot-test-bundle-1.1.3

    Nov 22, 2018
  • iooo-boot-test-bundle-1.1.2

    Oct 31, 2018
  • iooo-boot-test-bundle-1.1.1

    Oct 22, 2018

How to add a dependency to Maven

Add the following tech.iooo.boot : iooo-boot-test-bundle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.iooo.boot</groupId>
    <artifactId>iooo-boot-test-bundle</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.iooo.boot : iooo-boot-test-bundle gradle dependency to your build.gradle file:

implementation 'tech.iooo.boot:iooo-boot-test-bundle:1.1.7'

Gradle Kotlin DSL: Add the following tech.iooo.boot : iooo-boot-test-bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.iooo.boot:iooo-boot-test-bundle:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.iooo.boot : iooo-boot-test-bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.iooo.boot" % "iooo-boot-test-bundle" % "1.1.7"