MVN

net.stepniak.picheese : lib-picheese

Maven & Gradle

Apr 03, 2013
3 usages

Picheese common library · pojos and errors library

<dependency>
    <groupId>net.stepniak.picheese</groupId>
    <artifactId>lib-picheese</artifactId>
    <version>0.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.stepniak.picheese : lib-picheese to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.3

All Versions

Choose a version of net.stepniak.picheese : lib-picheese to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
lib-picheese-0.9.3
lib-picheese-0.9.2
lib-picheese-0.9.1
lib-picheese-0.9.0

How to add a dependency to Maven

Add the following net.stepniak.picheese : lib-picheese maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.stepniak.picheese</groupId>
    <artifactId>lib-picheese</artifactId>
    <version>0.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.stepniak.picheese : lib-picheese gradle dependency to your build.gradle file:

implementation 'net.stepniak.picheese:lib-picheese:0.9.3'

Gradle Kotlin DSL: Add the following net.stepniak.picheese : lib-picheese gradle kotlin dependency to your build.gradle.kts file:

implementation("net.stepniak.picheese:lib-picheese:0.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.stepniak.picheese : lib-picheese sbt scala dependency to your build.sbt file:

libraryDependencies += "net.stepniak.picheese" % "lib-picheese" % "0.9.3"