MVN

ws.ament.hammock : web-tck

Maven & Gradle

Mar 04, 2018
3 usages
107 stars
<dependency>
    <groupId>ws.ament.hammock</groupId>
    <artifactId>web-tck</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ws.ament.hammock : web-tck to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of ws.ament.hammock : web-tck to add to Maven or Gradle - All Versions:

  • Version Updated
  • web-tck-2.1

    Mar 04, 2018
  • web-tck-2.0

    Sep 20, 2017
  • web-tck-1.5

    Jul 17, 2017
  • web-tck-1.3

    Apr 23, 2017
  • web-tck-1.2.1

    Apr 03, 2017
  • web-tck-1.2

    Apr 03, 2017
  • web-tck-1.1

    Jan 02, 2017

How to add a dependency to Maven

Add the following ws.ament.hammock : web-tck maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ws.ament.hammock</groupId>
    <artifactId>web-tck</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ws.ament.hammock : web-tck gradle dependency to your build.gradle file:

implementation 'ws.ament.hammock:web-tck:2.1'

Gradle Kotlin DSL: Add the following ws.ament.hammock : web-tck gradle kotlin dependency to your build.gradle.kts file:

implementation("ws.ament.hammock:web-tck:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ws.ament.hammock : web-tck sbt scala dependency to your build.sbt file:

libraryDependencies += "ws.ament.hammock" % "web-tck" % "2.1"

Advertisement