MVN

xyz.block : web5

Maven & Gradle

Dec 13, 2023
7 stars

web5 · web5 kotlin SDK

<dependency>
    <groupId>xyz.block</groupId>
    <artifactId>web5</artifactId>
    <version>0.0.9-delta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.block : web5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.9-delta

All Versions

Choose a version of xyz.block : web5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
web5-0.0.9-delta

How to add a dependency to Maven

Add the following xyz.block : web5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.block</groupId>
    <artifactId>web5</artifactId>
    <version>0.0.9-delta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.block : web5 gradle dependency to your build.gradle file:

implementation 'xyz.block:web5:0.0.9-delta'

Gradle Kotlin DSL: Add the following xyz.block : web5 gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.block:web5:0.0.9-delta")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.block : web5 sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.block" % "web5" % "0.0.9-delta"

Advertisement