MVN

org.webframe : wf-test

Maven & Gradle

Jun 03, 2012
7 usages

wf-test · Java Web Frame: wf-test

<dependency>
    <groupId>org.webframe</groupId>
    <artifactId>wf-test</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webframe : wf-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of org.webframe : wf-test to add to Maven or Gradle - All Versions:

  • Version Updated
  • wf-test-1.2.1

    Jun 03, 2012
  • wf-test-1.2.0

    May 11, 2012
  • wf-test-1.1.9

    May 08, 2012
  • wf-test-1.1.8

    Apr 28, 2012
  • wf-test-1.1.7

    Apr 10, 2012
  • wf-test-1.1.4

    Feb 17, 2012
  • wf-test-1.1.3

    Feb 07, 2012
  • wf-test-1.1.2

    Feb 02, 2012
  • wf-test-1.1.1

    Aug 18, 2011
  • wf-test-1.1.0

    Jul 26, 2011

How to add a dependency to Maven

Add the following org.webframe : wf-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webframe</groupId>
    <artifactId>wf-test</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webframe : wf-test gradle dependency to your build.gradle file:

implementation 'org.webframe:wf-test:1.2.1'

Gradle Kotlin DSL: Add the following org.webframe : wf-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webframe:wf-test:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webframe : wf-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webframe" % "wf-test" % "1.2.1"