MVN

com.buttercms : buttercmsclient

Maven & Gradle

Apr 04, 2022
1 stars

buttercmsclient · Java SDK for ButterCMS (https://buttercms.com)

<dependency>
    <groupId>com.buttercms</groupId>
    <artifactId>buttercmsclient</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.buttercms : buttercmsclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10

All Versions

Choose a version of com.buttercms : buttercmsclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
buttercmsclient-1.10
1.6
buttercmsclient-1.6

How to add a dependency to Maven

Add the following com.buttercms : buttercmsclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.buttercms</groupId>
    <artifactId>buttercmsclient</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.buttercms : buttercmsclient gradle dependency to your build.gradle file:

implementation 'com.buttercms:buttercmsclient:1.10'

Gradle Kotlin DSL: Add the following com.buttercms : buttercmsclient gradle kotlin dependency to your build.gradle.kts file:

implementation("com.buttercms:buttercmsclient:1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.buttercms : buttercmsclient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.buttercms" % "buttercmsclient" % "1.10"