MVN

io.github.tonnyl : whatsnew

Maven & Gradle

Apr 12, 2021
477 stars

WhatsNew · WhatsNew automatically displays a short description of the new features when users update your app.

<dependency>
    <groupId>io.github.tonnyl</groupId>
    <artifactId>whatsnew</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.tonnyl : whatsnew to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7

All Versions

Choose a version of io.github.tonnyl : whatsnew to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
whatsnew-0.1.7
whatsnew-0.1.5
whatsnew-0.1.4
whatsnew-0.1.3
whatsnew-0.1.2

How to add a dependency to Maven

Add the following io.github.tonnyl : whatsnew maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.tonnyl</groupId>
    <artifactId>whatsnew</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.tonnyl : whatsnew gradle dependency to your build.gradle file:

implementation 'io.github.tonnyl:whatsnew:0.1.7'

Gradle Kotlin DSL: Add the following io.github.tonnyl : whatsnew gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.tonnyl:whatsnew:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.tonnyl : whatsnew sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.tonnyl" % "whatsnew" % "0.1.7"

Advertisement