MVN

org.wvlet : wvlet-test_2.11

Maven & Gradle

Aug 01, 2017
15 usages

wvlet-test · wvlet testing module

<dependency>
    <groupId>org.wvlet</groupId>
    <artifactId>wvlet-test_2.11</artifactId>
    <version>0.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wvlet : wvlet-test_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.28

All Versions

Choose a version of org.wvlet : wvlet-test_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • wvlet-test_2.11-0.28

    Jul 31, 2017
  • wvlet-test_2.11-0.27

    Nov 05, 2016
  • wvlet-test_2.11-0.26

    Sep 10, 2016
  • wvlet-test_2.11-0.25

    Sep 09, 2016
  • wvlet-test_2.11-0.24

    Sep 08, 2016
  • wvlet-test_2.11-0.23

    Sep 07, 2016
  • wvlet-test_2.11-0.22

    Aug 31, 2016
  • wvlet-test_2.11-0.21

    Aug 24, 2016
  • wvlet-test_2.11-0.20

    Aug 19, 2016
  • wvlet-test_2.11-0.19

    Aug 19, 2016
  • wvlet-test_2.11-0.18

    Aug 19, 2016
  • wvlet-test_2.11-0.17

    Aug 16, 2016
  • wvlet-test_2.11-0.16

    Aug 09, 2016
  • wvlet-test_2.11-0.15

    Aug 05, 2016
  • wvlet-test_2.11-0.14

    Aug 02, 2016
  • wvlet-test_2.11-0.13

    Aug 02, 2016
  • wvlet-test_2.11-0.12

    Aug 02, 2016
  • wvlet-test_2.11-0.9

    Jul 08, 2016
  • wvlet-test_2.11-0.7

    May 24, 2016
  • wvlet-test_2.11-0.6

    May 18, 2016
  • wvlet-test_2.11-0.5

    May 16, 2016
  • wvlet-test_2.11-0.4

    May 16, 2016
  • wvlet-test_2.11-0.2

    May 10, 2016
  • wvlet-test_2.11-0.1

    May 04, 2016

How to add a dependency to Maven

Add the following org.wvlet : wvlet-test_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wvlet</groupId>
    <artifactId>wvlet-test_2.11</artifactId>
    <version>0.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wvlet : wvlet-test_2.11 gradle dependency to your build.gradle file:

implementation 'org.wvlet:wvlet-test_2.11:0.28'

Gradle Kotlin DSL: Add the following org.wvlet : wvlet-test_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wvlet:wvlet-test_2.11:0.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wvlet : wvlet-test_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wvlet" % "wvlet-test_2.11" % "0.28"