MVN

com.wavesenterprise : we-protobuf-archive

Maven & Gradle

Jun 07, 2023
9 stars

we-protobuf-archive · Library for Waves Enterprise blockchain platform

<dependency>
    <groupId>com.wavesenterprise</groupId>
    <artifactId>we-protobuf-archive</artifactId>
    <version>1.10-1.12.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wavesenterprise : we-protobuf-archive to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10-1.12.3
  • Latest Release Candidate: 1.10-1.12.3-RC1

All Versions

Choose a version of com.wavesenterprise : we-protobuf-archive to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
we-protobuf-archive-1.10-1.12.3
we-protobuf-archive-1.10-1.12.3-RC1
1.9
we-protobuf-archive-1.9-1.12.2
we-protobuf-archive-1.9-1.12.2-RC2
1.8
we-protobuf-archive-1.8-1.12.2-RC1
we-protobuf-archive-1.8-1.12.1
we-protobuf-archive-1.8-1.12.1-RC1
1.7
we-protobuf-archive-1.7-1.12.0
we-protobuf-archive-1.7-1.12.0-RC2
we-protobuf-archive-1.7-1.12.0-RC1
1.6
we-protobuf-archive-1.6-1.11.0
we-protobuf-archive-1.6-1.11.0-RC3

How to add a dependency to Maven

Add the following com.wavesenterprise : we-protobuf-archive maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wavesenterprise</groupId>
    <artifactId>we-protobuf-archive</artifactId>
    <version>1.10-1.12.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wavesenterprise : we-protobuf-archive gradle dependency to your build.gradle file:

implementation 'com.wavesenterprise:we-protobuf-archive:1.10-1.12.3'

Gradle Kotlin DSL: Add the following com.wavesenterprise : we-protobuf-archive gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wavesenterprise:we-protobuf-archive:1.10-1.12.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wavesenterprise : we-protobuf-archive sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wavesenterprise" % "we-protobuf-archive" % "1.10-1.12.3"

Advertisement