MVN

dev.vality : shumaich-proto

Maven & Gradle

Feb 22, 2022
0 stars

shumaich · Generates jar artifact containing compiled thrift classes based on generated thrift IDL files

<dependency>
    <groupId>dev.vality</groupId>
    <artifactId>shumaich-proto</artifactId>
    <version>1.47-b480f08</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.47-b480f08

All Versions

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

Version Vulnerabilities Updated
1.47
shumaich-proto-1.47-b480f08
1.45
shumaich-proto-1.45-9a369f6
1.44
shumaich-proto-1.44-6f57121
1.43
shumaich-proto-1.43-0648261

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.vality</groupId>
    <artifactId>shumaich-proto</artifactId>
    <version>1.47-b480f08</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dev.vality:shumaich-proto:1.47-b480f08'

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

implementation("dev.vality:shumaich-proto:1.47-b480f08")

How to add a dependency to SBT Scala

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

libraryDependencies += "dev.vality" % "shumaich-proto" % "1.47-b480f08"

Advertisement