is not current version
Last Version 7.2.9.RELEASE

uk.co.jemos.podam:podam 1.0.0-RC1-final

PODAM is a tool to automatically fill POJO with dummy data

GroupId

GroupId

uk.co.jemos.podam
ArtifactId

ArtifactId

podam
Version

Version

1.0.0-RC1-final
Type

Type

jar

Download podam 1.0.0-RC1-final


<!-- https://jarcasting.com/artifacts/uk.co.jemos.podam/podam/ -->
<dependency>
    <groupId>uk.co.jemos.podam</groupId>
    <artifactId>podam</artifactId>
    <version>1.0.0-RC1-final</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.jemos.podam/podam/
implementation 'uk.co.jemos.podam:podam:1.0.0-RC1-final'
// https://jarcasting.com/artifacts/uk.co.jemos.podam/podam/
implementation ("uk.co.jemos.podam:podam:1.0.0-RC1-final")
'uk.co.jemos.podam:podam:jar:1.0.0-RC1-final'
<dependency org="uk.co.jemos.podam" name="podam" rev="1.0.0-RC1-final">
  <artifact name="podam" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.jemos.podam', module='podam', version='1.0.0-RC1-final')
)
libraryDependencies += "uk.co.jemos.podam" % "podam" % "1.0.0-RC1-final"
[uk.co.jemos.podam/podam "1.0.0-RC1-final"]