MVN

dev.vality : fistful-proto

Maven & Gradle

Jul 14, 2023
2 usages
0 stars

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

<dependency>
    <groupId>dev.vality</groupId>
    <artifactId>fistful-proto</artifactId>
    <version>1.159-936ed9a</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.159-936ed9a

All Versions

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

Version Vulnerabilities Updated
1.159
fistful-proto-1.159-936ed9a
1.158
fistful-proto-1.158-4ff4ea3
1.157
fistful-proto-1.157-c214aba
1.156
fistful-proto-1.156-d09e028
1.155
fistful-proto-1.155-410aff3
1.154
fistful-proto-1.154-6cc1f8f
1.153
fistful-proto-1.153-6c6762a
1.152
fistful-proto-1.152-45c188c
1.151
fistful-proto-1.151-9c78e89
1.150
fistful-proto-1.150-238ed24
1.149
fistful-proto-1.149-f19e383
1.148
fistful-proto-1.148-adf0fbf
1.147
fistful-proto-1.147-aa687df
1.146
fistful-proto-1.146-1ca6719
1.145
fistful-proto-1.145-c45166d
1.144
fistful-proto-1.144-ea0fe7a
1.143
fistful-proto-1.143-711814e
1.142
fistful-proto-1.142-e182c10
1.141
fistful-proto-1.141-fd4117f
1.138
fistful-proto-1.138-9726b2c
1.137
fistful-proto-1.137-d74e6fb
1.136
fistful-proto-1.136-0388144
1.135
fistful-proto-1.135-eeff5ba
1.134
fistful-proto-1.134-cfaaf3d
1.133
fistful-proto-1.133-c484877
1.132
fistful-proto-1.132-ef0d767
1.131
fistful-proto-1.131-4493892
1.130
fistful-proto-1.130-fe73a83
1.129
fistful-proto-1.129-8c9aa31

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.vality</groupId>
    <artifactId>fistful-proto</artifactId>
    <version>1.159-936ed9a</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dev.vality:fistful-proto:1.159-936ed9a'

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

implementation("dev.vality:fistful-proto:1.159-936ed9a")

How to add a dependency to SBT Scala

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

libraryDependencies += "dev.vality" % "fistful-proto" % "1.159-936ed9a"

Advertisement