MVN

club.pizzalord : shire-serializer-protostuff

Maven & Gradle

Mar 18, 2021
1 usages
<dependency>
    <groupId>club.pizzalord</groupId>
    <artifactId>shire-serializer-protostuff</artifactId>
    <version>0.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of club.pizzalord : shire-serializer-protostuff to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.14

All Versions

Choose a version of club.pizzalord : shire-serializer-protostuff to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
shire-serializer-protostuff-0.0.14
shire-serializer-protostuff-0.0.13
shire-serializer-protostuff-0.0.12
shire-serializer-protostuff-0.0.11
shire-serializer-protostuff-0.0.9
shire-serializer-protostuff-0.0.8
shire-serializer-protostuff-0.0.7
shire-serializer-protostuff-0.0.6
shire-serializer-protostuff-0.0.5
shire-serializer-protostuff-0.0.4
shire-serializer-protostuff-0.0.3
shire-serializer-protostuff-0.0.2

How to add a dependency to Maven

Add the following club.pizzalord : shire-serializer-protostuff maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>club.pizzalord</groupId>
    <artifactId>shire-serializer-protostuff</artifactId>
    <version>0.0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following club.pizzalord : shire-serializer-protostuff gradle dependency to your build.gradle file:

implementation 'club.pizzalord:shire-serializer-protostuff:0.0.14'

Gradle Kotlin DSL: Add the following club.pizzalord : shire-serializer-protostuff gradle kotlin dependency to your build.gradle.kts file:

implementation("club.pizzalord:shire-serializer-protostuff:0.0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following club.pizzalord : shire-serializer-protostuff sbt scala dependency to your build.sbt file:

libraryDependencies += "club.pizzalord" % "shire-serializer-protostuff" % "0.0.14"

Advertisement