MVN

com.github.matthiasrobbers : shortbread

Maven & Gradle

Apr 10, 2021
1.7k stars

Shortbread · Android library that generates app shortcuts for activities and methods

<dependency>
    <groupId>com.github.matthiasrobbers</groupId>
    <artifactId>shortbread</artifactId>
    <version>com.github.matthiasrobbers.shortbread.gradle.plugin</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.matthiasrobbers : shortbread to add to Maven or Gradle - Latest Versions:

  • Latest Stable: com.github.matthiasrobbers.shortbread.gradle.plugin

All Versions

Choose a version of com.github.matthiasrobbers : shortbread to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
shortbread-1.4.0
1.3.x
shortbread-1.3.0
1.2.x
shortbread-1.2.0
1.1.x
shortbread-1.1.0
1.0.x
shortbread-1.0.2
shortbread-1.0.1
shortbread-1.0.0
com.github.x
shortbread-com.github.matthiasrobbers.shortbread.gradle.plugin

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.matthiasrobbers</groupId>
    <artifactId>shortbread</artifactId>
    <version>com.github.matthiasrobbers.shortbread.gradle.plugin</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.matthiasrobbers : shortbread gradle dependency to your build.gradle file:

implementation 'com.github.matthiasrobbers:shortbread:com.github.matthiasrobbers.shortbread.gradle.plugin'

Gradle Kotlin DSL: Add the following com.github.matthiasrobbers : shortbread gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.matthiasrobbers:shortbread:com.github.matthiasrobbers.shortbread.gradle.plugin")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.matthiasrobbers : shortbread sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.matthiasrobbers" % "shortbread" % "com.github.matthiasrobbers.shortbread.gradle.plugin"

Advertisement