is not current version
Last Version 1.1.0

com.github.almex:pojo-unit 1.0.0

Plain Old Java Object Unit Test Framework

GroupId

GroupId

com.github.almex
ArtifactId

ArtifactId

pojo-unit
Version

Version

1.0.0
Type

Type

jar

Download pojo-unit 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.almex/pojo-unit/ -->
<dependency>
    <groupId>com.github.almex</groupId>
    <artifactId>pojo-unit</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.almex/pojo-unit/
implementation 'com.github.almex:pojo-unit:1.0.0'
// https://jarcasting.com/artifacts/com.github.almex/pojo-unit/
implementation ("com.github.almex:pojo-unit:1.0.0")
'com.github.almex:pojo-unit:jar:1.0.0'
<dependency org="com.github.almex" name="pojo-unit" rev="1.0.0">
  <artifact name="pojo-unit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.almex', module='pojo-unit', version='1.0.0')
)
libraryDependencies += "com.github.almex" % "pojo-unit" % "1.0.0"
[com.github.almex/pojo-unit "1.0.0"]