MVN

dev.vality : wb-list-proto

Maven & Gradle

Nov 15, 2022
0 stars

wb-list · Generates jar artifact containing compiled thrift classes based on generated thrift IDL files

<dependency>
    <groupId>dev.vality</groupId>
    <artifactId>wb-list-proto</artifactId>
    <version>1.49-d0256f0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.vality : wb-list-proto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.49-d0256f0

All Versions

Choose a version of dev.vality : wb-list-proto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.49
wb-list-proto-1.49-d0256f0
1.48
wb-list-proto-1.48-91b9226
1.47
wb-list-proto-1.47-2ca2005
1.44
wb-list-proto-1.44-5dbd6d4

How to add a dependency to Maven

Add the following dev.vality : wb-list-proto maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.vality</groupId>
    <artifactId>wb-list-proto</artifactId>
    <version>1.49-d0256f0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.vality : wb-list-proto gradle dependency to your build.gradle file:

implementation 'dev.vality:wb-list-proto:1.49-d0256f0'

Gradle Kotlin DSL: Add the following dev.vality : wb-list-proto gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.vality:wb-list-proto:1.49-d0256f0")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.vality : wb-list-proto sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.vality" % "wb-list-proto" % "1.49-d0256f0"

Advertisement