MVN

org.legogroup : woof-http4s_sjs1_3

Maven & Gradle

Aug 07, 2023
428 stars

woof-http4s · woof-http4s

<dependency>
    <groupId>org.legogroup</groupId>
    <artifactId>woof-http4s_sjs1_3</artifactId>
    <version>0.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.legogroup : woof-http4s_sjs1_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.1

All Versions

Choose a version of org.legogroup : woof-http4s_sjs1_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
woof-http4s_sjs1_3-0.6.1
woof-http4s_sjs1_3-0.6.0
0.5.x
woof-http4s_sjs1_3-0.5.1
woof-http4s_sjs1_3-0.5.0
0.4.x
woof-http4s_sjs1_3-0.4.7
woof-http4s_sjs1_3-0.4.6
woof-http4s_sjs1_3-0.4.5
woof-http4s_sjs1_3-0.4.4
woof-http4s_sjs1_3-0.4.3
woof-http4s_sjs1_3-0.4.2
woof-http4s_sjs1_3-0.4.1
woof-http4s_sjs1_3-0.4.0
0.3.x
woof-http4s_sjs1_3-0.3.0
0.2.x
woof-http4s_sjs1_3-0.2.1

How to add a dependency to Maven

Add the following org.legogroup : woof-http4s_sjs1_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.legogroup</groupId>
    <artifactId>woof-http4s_sjs1_3</artifactId>
    <version>0.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.legogroup : woof-http4s_sjs1_3 gradle dependency to your build.gradle file:

implementation 'org.legogroup:woof-http4s_sjs1_3:0.6.1'

Gradle Kotlin DSL: Add the following org.legogroup : woof-http4s_sjs1_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.legogroup:woof-http4s_sjs1_3:0.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.legogroup : woof-http4s_sjs1_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.legogroup" % "woof-http4s_sjs1_3" % "0.6.1"