MVN

com.github.stephenc.eaio-grabbag : grabbag

Maven & Gradle

Feb 13, 2014
2 usages
0 stars

A grabbag of wonderful things. · Stuff that was originally written for johannburkard.de, media.io, pdfimg and various other webapps and was always copied around.

<dependency>
    <groupId>com.github.stephenc.eaio-grabbag</groupId>
    <artifactId>grabbag</artifactId>
    <version>1.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stephenc.eaio-grabbag : grabbag to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.1

All Versions

Choose a version of com.github.stephenc.eaio-grabbag : grabbag to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
grabbag-1.8.1

How to add a dependency to Maven

Add the following com.github.stephenc.eaio-grabbag : grabbag maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.stephenc.eaio-grabbag</groupId>
    <artifactId>grabbag</artifactId>
    <version>1.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.stephenc.eaio-grabbag : grabbag gradle dependency to your build.gradle file:

implementation 'com.github.stephenc.eaio-grabbag:grabbag:1.8.1'

Gradle Kotlin DSL: Add the following com.github.stephenc.eaio-grabbag : grabbag gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.stephenc.eaio-grabbag:grabbag:1.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.stephenc.eaio-grabbag : grabbag sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.stephenc.eaio-grabbag" % "grabbag" % "1.8.1"

Advertisement