Skip to content

Files

This branch is 1 commit behind googleapis/google-api-java-client-services:main.

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jul 29, 2022
May 1, 2025
Oct 29, 2023

Blogger API Client Library for Java

The Blogger API provides access to posts, comments and pages of a Blogger blog.

This page contains information about getting started with the Blogger API using the Google API Client Library for Java. In addition, you may be interested in the following documentation:

Installation

Maven

Add the following lines to your pom.xml file:

<project>
  <dependencies>
    <dependency>
      <groupId>com.google.apis</groupId>
      <artifactId>google-api-services-blogger</artifactId>
      <version>v3-rev20221220-2.0.0</version>
    </dependency>
  </dependencies>
</project>

Gradle

repositories {
  mavenCentral()
}
dependencies {
  implementation 'com.google.apis:google-api-services-blogger:v3-rev20221220-2.0.0'
}