MVN

zone.src.sheaf : web-sheaf

Maven & Gradle

Aug 21, 2023

zone.src.sheaf:web-sheaf · Utility Classes for Building Web Applications for the JVM

<dependency>
    <groupId>zone.src.sheaf</groupId>
    <artifactId>web-sheaf</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of zone.src.sheaf : web-sheaf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of zone.src.sheaf : web-sheaf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
web-sheaf-1.1.0
1.0.x
web-sheaf-1.0.5
web-sheaf-1.0.4
web-sheaf-1.0.3
web-sheaf-1.0.2
web-sheaf-1.0.1
web-sheaf-1.0.0
0.2.x
web-sheaf-0.2.1
web-sheaf-0.2.0
0.1.x
web-sheaf-0.1.16
web-sheaf-0.1.14
web-sheaf-0.1.13
web-sheaf-0.1.12
web-sheaf-0.1.11
web-sheaf-0.1.10
web-sheaf-0.1.8
web-sheaf-0.1.7
web-sheaf-0.1.6
web-sheaf-0.1.5
web-sheaf-0.1.4
web-sheaf-0.1.3
web-sheaf-0.1.2
web-sheaf-0.1.1

How to add a dependency to Maven

Add the following zone.src.sheaf : web-sheaf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>zone.src.sheaf</groupId>
    <artifactId>web-sheaf</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following zone.src.sheaf : web-sheaf gradle dependency to your build.gradle file:

implementation 'zone.src.sheaf:web-sheaf:1.1.0'

Gradle Kotlin DSL: Add the following zone.src.sheaf : web-sheaf gradle kotlin dependency to your build.gradle.kts file:

implementation("zone.src.sheaf:web-sheaf:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following zone.src.sheaf : web-sheaf sbt scala dependency to your build.sbt file:

libraryDependencies += "zone.src.sheaf" % "web-sheaf" % "1.1.0"

Advertisement