MVN

uk.co.jemos.podam : podam

Maven & Gradle

Jul 28, 2023
315 stars

podam

<dependency>
    <groupId>uk.co.jemos.podam</groupId>
    <artifactId>podam</artifactId>
    <version>8.0.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.co.jemos.podam : podam to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.0.RELEASE
  • Latest Release Candidate: 1.0.0-RC1-final

All Versions

Choose a version of uk.co.jemos.podam : podam to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
podam-8.0.0.RELEASE
7.2.x
podam-7.2.11.RELEASE
podam-7.2.10.RELEASE
podam-7.2.9.RELEASE
podam-7.2.8.RELEASE
podam-7.2.7.RELEASE
podam-7.2.6.RELEASE
podam-7.2.5.RELEASE
podam-7.2.4.RELEASE
podam-7.2.3.RELEASE
podam-7.2.2.RELEASE
podam-7.2.1.RELEASE
podam-7.2.0.RELEASE
7.1.x
podam-7.1.1.RELEASE
podam-7.1.0.RELEASE
7.0.x
podam-7.0.5.RELEASE
podam-7.0.4.RELEASE
podam-7.0.3.RELEASE
podam-7.0.2.RELEASE
podam-7.0.1.RELEASE
podam-7.0.0.RELEASE
6.0.x
podam-6.0.4.RELEASE
podam-6.0.3.RELEASE
podam-6.0.2.RELEASE
podam-6.0.1.RELEASE
podam-6.0.0.RELEASE
5.5.x
podam-5.5.1.RELEASE
podam-5.5.0.RELEASE
5.4.x
podam-5.4.1.RELEASE
podam-5.4.0.RELEASE
5.3.x
podam-5.3.2.RELEASE
podam-5.3.1.RELEASE
podam-5.3.0.RELEASE
5.2.x
podam-5.2.0.RELEASE
5.1.x
podam-5.1.0.RELEASE
5.0.x
podam-5.0.0.RELEASE
4.7.x
podam-4.7.3.RELEASE
podam-4.7.2.RELEASE
podam-4.7.1.RELEASE
podam-4.7.0.RELEASE
4.6.x
podam-4.6.0.RELEASE
4.5.x
podam-4.5.0.RELEASE
4.4.x
podam-4.4.0.RELEASE
4.2.x
podam-4.2.2.RELEASE
podam-4.2.1.RELEASE
podam-4.2.0.RELEASE
4.1.x
podam-4.1.0.RELEASE
4.0.x
podam-4.0.0.RELEASE
3.6.x
podam-3.6.0.RELEASE
3.5.x
podam-3.5.0.RELEASE
3.4.x
podam-3.4.0.RELEASE
3.3.x
podam-3.3.2.RELEASE
podam-3.3.1.RELEASE
podam-3.3.0.RELEASE
3.2.x
podam-3.2.0.RELEASE
3.1.x
podam-3.1.4.RELEASE
podam-3.1.3.RELEASE
podam-3.1.2.RELEASE
podam-3.1.1.RELEASE
podam-3.1.0.RELEASE
3.0.x
podam-3.0.12.RELEASE
podam-3.0.11.RELEASE
podam-3.0.10.RELEASE
podam-3.0.9.RELEASE
podam-3.0.8.RELEASE
podam-3.0.7.RELEASE
podam-3.0.6.RELEASE
podam-3.0.5.RELEASE
podam-3.0.4.RELEASE
podam-3.0.3.RELEASE
podam-3.0.2.RELEASE
podam-3.0.1.RELEASE
podam-3.0.0.RELEASE
2.3.x
podam-2.3.12.RELEASE
podam-2.3.11.RELEASE
podam-2.3.10.RELEASE
podam-2.3.9.RELEASE
podam-2.3.8.RELEASE
podam-2.3.7.RELEASE
podam-2.3.6.RELEASE
podam-2.3.5.RELEASE
podam-2.3.4.RELEASE
podam-2.3.3.RELEASE
podam-2.3.2.RELEASE
podam-2.3.1.RELEASE
podam-2.3.0.RELEASE
2.2.x
podam-2.2.0.RELEASE
2.1.x
podam-2.1.0.RELEASE
2.0.x
podam-2.0.0.RELEASE
1.0.x
podam-1.0.0.RELEASE
podam-1.0.0-RC1-final
0.0.x
podam-0.0.1-RC4
podam-0.0.1-RC3
podam-0.0.1-RC2
podam-0.0.1-RC1

How to add a dependency to Maven

Add the following uk.co.jemos.podam : podam maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.co.jemos.podam</groupId>
    <artifactId>podam</artifactId>
    <version>8.0.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.co.jemos.podam : podam gradle dependency to your build.gradle file:

implementation 'uk.co.jemos.podam:podam:8.0.0.RELEASE'

Gradle Kotlin DSL: Add the following uk.co.jemos.podam : podam gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.co.jemos.podam:podam:8.0.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.co.jemos.podam : podam sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.co.jemos.podam" % "podam" % "8.0.0.RELEASE"