MVN

com.wavesenterprise : we-transaction-protobuf

Maven & Gradle

Jun 07, 2023
9 stars

transactionProtobuf · Library for Waves Enterprise blockchain platform

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

Latest Version

Choose a version of com.wavesenterprise : we-transaction-protobuf 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-transaction-protobuf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
we-transaction-protobuf-1.11.0-RC2
we-transaction-protobuf-1.11.0-RC1
1.10
we-transaction-protobuf-1.10-1.12.3
we-transaction-protobuf-1.10-1.12.3-RC1
1.9
we-transaction-protobuf-1.9-1.12.2
we-transaction-protobuf-1.9-1.12.2-RC2
1.8
we-transaction-protobuf-1.8-1.12.2-RC1
we-transaction-protobuf-1.8-1.12.1
we-transaction-protobuf-1.8-1.12.1-RC1
1.8.x
we-transaction-protobuf-1.8.5
1.7
we-transaction-protobuf-1.7-1.12.0
we-transaction-protobuf-1.7-1.12.0-RC2
we-transaction-protobuf-1.7-1.12.0-RC1
1.6
we-transaction-protobuf-1.6-1.11.0
we-transaction-protobuf-1.6-1.11.0-RC3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.wavesenterprise</groupId>
    <artifactId>we-transaction-protobuf</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-transaction-protobuf gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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