MVN

com.24liveblog : liveblog

Maven & Gradle

Nov 06, 2020
0 stars

24liveblog-Android-SDK · This project will integrate the live blog in real time into your Android client applications with speed and efficiency. It will helps you focus on the client's implementation of initializing, configuring and displaying the live blog.

<dependency>
    <groupId>com.24liveblog</groupId>
    <artifactId>liveblog</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.24liveblog : liveblog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.24liveblog : liveblog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
liveblog-1.1.1
liveblog-1.1.0
1.0.x
liveblog-1.0.0
0.0.x
liveblog-0.0.9
liveblog-0.0.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.24liveblog</groupId>
    <artifactId>liveblog</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.24liveblog : liveblog gradle dependency to your build.gradle file:

implementation 'com.24liveblog:liveblog:1.1.1'

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

implementation("com.24liveblog:liveblog:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.24liveblog : liveblog sbt scala dependency to your build.sbt file:

libraryDependencies += "com.24liveblog" % "liveblog" % "1.1.1"

Advertisement