MVN

xyz.block : web5-testing

Maven & Gradle

Dec 13, 2023
7 stars

web5-testing · web5 kotlin SDK

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

Latest Version

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

  • Latest Stable: 0.0.9-delta

All Versions

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

Version Vulnerabilities Updated
0.0.x
web5-testing-0.0.9-delta

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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