MVN

com.bybutter.sisyphus : sisyphus-protobuf

Maven & Gradle

Aug 24, 2023
8 usages
93 stars

sisyphus-protobuf · Sisyphus customized Protobuf runtime for Kotlin

<dependency>
    <groupId>com.bybutter.sisyphus</groupId>
    <artifactId>sisyphus-protobuf</artifactId>
    <version>2.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bybutter.sisyphus : sisyphus-protobuf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.11

All Versions

Choose a version of com.bybutter.sisyphus : sisyphus-protobuf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
sisyphus-protobuf-2.0.11
sisyphus-protobuf-2.0.10
sisyphus-protobuf-2.0.0
1.7.x
sisyphus-protobuf-1.7.21
sisyphus-protobuf-1.7.20
sisyphus-protobuf-1.7.15
sisyphus-protobuf-1.7.14
sisyphus-protobuf-1.7.13
sisyphus-protobuf-1.7.12
sisyphus-protobuf-1.7.11
sisyphus-protobuf-1.7.10
sisyphus-protobuf-1.7.0
1.6.x
sisyphus-protobuf-1.6.10
sisyphus-protobuf-1.6.0
1.5.x
sisyphus-protobuf-1.5.31
sisyphus-protobuf-1.5.30
sisyphus-protobuf-1.5.23
sisyphus-protobuf-1.5.22
sisyphus-protobuf-1.5.21
sisyphus-protobuf-1.5.20
sisyphus-protobuf-1.5.11
sisyphus-protobuf-1.5.0
1.4.x
sisyphus-protobuf-1.4.11
sisyphus-protobuf-1.4.10
sisyphus-protobuf-1.4.0
1.3.x
sisyphus-protobuf-1.3.50
sisyphus-protobuf-1.3.42
sisyphus-protobuf-1.3.41
sisyphus-protobuf-1.3.40
sisyphus-protobuf-1.3.35
sisyphus-protobuf-1.3.34
sisyphus-protobuf-1.3.33
sisyphus-protobuf-1.3.32
sisyphus-protobuf-1.3.31
sisyphus-protobuf-1.3.30
sisyphus-protobuf-1.3.23
sisyphus-protobuf-1.3.22
sisyphus-protobuf-1.3.21
sisyphus-protobuf-1.3.20
sisyphus-protobuf-1.3.11
sisyphus-protobuf-1.3.10
sisyphus-protobuf-1.3.0
1.2.x
sisyphus-protobuf-1.2.12
sisyphus-protobuf-1.2.11
sisyphus-protobuf-1.2.10
sisyphus-protobuf-1.2.9
sisyphus-protobuf-1.2.8
sisyphus-protobuf-1.2.7
sisyphus-protobuf-1.2.6
sisyphus-protobuf-1.2.5
sisyphus-protobuf-1.2.4
sisyphus-protobuf-1.2.3
sisyphus-protobuf-1.2.2
sisyphus-protobuf-1.2.1
sisyphus-protobuf-1.2.0
1.1.x
sisyphus-protobuf-1.1.4
sisyphus-protobuf-1.1.3
sisyphus-protobuf-1.1.2
sisyphus-protobuf-1.1.1
sisyphus-protobuf-1.1.0
1.0.x
sisyphus-protobuf-1.0.2
sisyphus-protobuf-1.0.1
sisyphus-protobuf-1.0.0
0.0.x
sisyphus-protobuf-0.0.24
sisyphus-protobuf-0.0.23
sisyphus-protobuf-0.0.22
sisyphus-protobuf-0.0.21
sisyphus-protobuf-0.0.20
sisyphus-protobuf-0.0.19
sisyphus-protobuf-0.0.18
sisyphus-protobuf-0.0.17
sisyphus-protobuf-0.0.16
sisyphus-protobuf-0.0.15
sisyphus-protobuf-0.0.14
sisyphus-protobuf-0.0.13
sisyphus-protobuf-0.0.12
sisyphus-protobuf-0.0.12-M3
sisyphus-protobuf-0.0.12-M2
sisyphus-protobuf-0.0.12-M1
sisyphus-protobuf-0.0.11
sisyphus-protobuf-0.0.9
sisyphus-protobuf-0.0.9-M2
sisyphus-protobuf-0.0.9-M1
sisyphus-protobuf-0.0.8
sisyphus-protobuf-0.0.7
sisyphus-protobuf-0.0.6
sisyphus-protobuf-0.0.6-M3
sisyphus-protobuf-0.0.6-M2
sisyphus-protobuf-0.0.6-M1
sisyphus-protobuf-0.0.6-M0
sisyphus-protobuf-0.0.5
sisyphus-protobuf-0.0.4
sisyphus-protobuf-0.0.4-M0
sisyphus-protobuf-0.0.3
sisyphus-protobuf-0.0.2
sisyphus-protobuf-0.0.1
sisyphus-protobuf-0.0.1-M6
sisyphus-protobuf-0.0.1-M5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bybutter.sisyphus</groupId>
    <artifactId>sisyphus-protobuf</artifactId>
    <version>2.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bybutter.sisyphus : sisyphus-protobuf gradle dependency to your build.gradle file:

implementation 'com.bybutter.sisyphus:sisyphus-protobuf:2.0.11'

Gradle Kotlin DSL: Add the following com.bybutter.sisyphus : sisyphus-protobuf gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bybutter.sisyphus:sisyphus-protobuf:2.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bybutter.sisyphus : sisyphus-protobuf sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bybutter.sisyphus" % "sisyphus-protobuf" % "2.0.11"

Advertisement

Dependencies from Group

Feb 17, 2023
36 usages
93 stars
Aug 24, 2023
15 usages
93 stars
Aug 24, 2023
12 usages
93 stars
Aug 24, 2023
10 usages
93 stars
Aug 24, 2023
8 usages
93 stars

Discover Dependencies

Jul 02, 2021
2 usages
0 stars
Aug 23, 2023
5 usages
76 stars
May 15, 2023
4 usages
59 stars
Aug 26, 2023
7 usages
56 stars
Nov 08, 2017
3 usages
10 stars
Nov 05, 2018
2 usages
2 stars
Apr 13, 2017
6 usages
15 stars
Jan 22, 2021
37 usages
80 stars
Mar 10, 2022
6 usages
0 stars