MVN

cz.pumpitup.pn5.reporting : api

Maven & Gradle

Aug 21, 2022
2 usages

Reporting API

<dependency>
    <groupId>cz.pumpitup.pn5.reporting</groupId>
    <artifactId>api</artifactId>
    <version>0.5.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.pumpitup.pn5.reporting : api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.16

All Versions

Choose a version of cz.pumpitup.pn5.reporting : api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
api-0.5.16
api-0.5.14
api-0.5.13
api-0.5.12
api-0.5.11
api-0.5.10
api-0.5.9
api-0.5.8
api-0.5.7
api-0.5.6
api-0.5.5
api-0.5.4
api-0.5.3
api-0.5.2
api-0.5.1
api-0.5.0
0.4.x
api-0.4.35
api-0.4.34
api-0.4.33
api-0.4.32
api-0.4.31
api-0.4.30
api-0.4.29
api-0.4.28
api-0.4.27
api-0.4.26
api-0.4.25
api-0.4.24
api-0.4.23
api-0.4.22
api-0.4.21
api-0.4.20
api-0.4.19
api-0.4.18
api-0.4.17
api-0.4.16
api-0.4.15
api-0.4.14
api-0.4.13
api-0.4.10
api-0.4.9
api-0.4.8
api-0.4.7
api-0.4.6
api-0.4.5
api-0.4.4
api-0.4.3
api-0.4.2
api-0.4.1
api-0.4.0
0.3.x
api-0.3.10
api-0.3.9
api-0.3.8
api-0.3.7
api-0.3.6
api-0.3.5
api-0.3.4
api-0.3.3
api-0.3.2
api-0.3.1
api-0.3.0
0.2.x
api-0.2.1
api-0.2.0
0.1.x
api-0.1.0

How to add a dependency to Maven

Add the following cz.pumpitup.pn5.reporting : api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.pumpitup.pn5.reporting</groupId>
    <artifactId>api</artifactId>
    <version>0.5.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.pumpitup.pn5.reporting : api gradle dependency to your build.gradle file:

implementation 'cz.pumpitup.pn5.reporting:api:0.5.16'

Gradle Kotlin DSL: Add the following cz.pumpitup.pn5.reporting : api gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.pumpitup.pn5.reporting:api:0.5.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.pumpitup.pn5.reporting : api sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.pumpitup.pn5.reporting" % "api" % "0.5.16"

Advertisement