MVN

com.tobianoapps : bulletin

Maven & Gradle

Sep 11, 2022
51 stars

bulletin · Easy changelog with Jetpack Compose

<dependency>
    <groupId>com.tobianoapps</groupId>
    <artifactId>bulletin</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tobianoapps : bulletin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3
  • Latest Release Candidate: 1.0.2-rc02
  • Latest Beta: 1.0.3-beta01

All Versions

Choose a version of com.tobianoapps : bulletin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
bulletin-1.0.3
bulletin-1.0.3-beta01
bulletin-1.0.2
bulletin-1.0.2-rc02
bulletin-1.0.1
bulletin-1.0.0
bulletin-1.0.0-rc09
bulletin-1.0.0-rc08
bulletin-1.0.0-rc06
bulletin-1.0.0-rc05
bulletin-1.0.0-rc04
bulletin-1.0.0-rc03
bulletin-1.0.0-rc02
bulletin-1.0.0-rc01
bulletin-1.0.0-beta09
bulletin-1.0.0-beta08
bulletin-1.0.0-beta07
bulletin-1.0.0-beta06
bulletin-1.0.0-beta05
bulletin-1.0.0-beta04
bulletin-1.0.0-beta03
bulletin-1.0.0-beta02
bulletin-1.0.0-beta01
bulletin-1.0.2rc01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tobianoapps</groupId>
    <artifactId>bulletin</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tobianoapps : bulletin gradle dependency to your build.gradle file:

implementation 'com.tobianoapps:bulletin:1.0.3'

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

implementation("com.tobianoapps:bulletin:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tobianoapps : bulletin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tobianoapps" % "bulletin" % "1.0.3"

Advertisement