JPojoAssert-processor

A tool to generate compilesafe and atomic assertions for beans, pojos, entities, models, classes, objects... for all java testing frameworks, buildtools, IDE's - Annotation Processor

License

License

GroupId

GroupId

io.github.marmer.testutils
ArtifactId

ArtifactId

JPojoAssert-processor
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

JPojoAssert-processor
A tool to generate compilesafe and atomic assertions for beans, pojos, entities, models, classes, objects... for all java testing frameworks, buildtools, IDE's - Annotation Processor

Download JPojoAssert-processor

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.marmer.testutils/JPojoAssert-processor/ -->
<dependency>
    <groupId>io.github.marmer.testutils</groupId>
    <artifactId>JPojoAssert-processor</artifactId>
    <version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.marmer.testutils/JPojoAssert-processor/
implementation 'io.github.marmer.testutils:JPojoAssert-processor:0.7.0'
// https://jarcasting.com/artifacts/io.github.marmer.testutils/JPojoAssert-processor/
implementation ("io.github.marmer.testutils:JPojoAssert-processor:0.7.0")
'io.github.marmer.testutils:JPojoAssert-processor:jar:0.7.0'
<dependency org="io.github.marmer.testutils" name="JPojoAssert-processor" rev="0.7.0">
  <artifact name="JPojoAssert-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.marmer.testutils', module='JPojoAssert-processor', version='0.7.0')
)
libraryDependencies += "io.github.marmer.testutils" % "JPojoAssert-processor" % "0.7.0"
[io.github.marmer.testutils/JPojoAssert-processor "0.7.0"]

Dependencies

compile (3)

Group / Artifact Type Version
io.github.marmer.testutils : JPojoAssert-core jar 0.7.0
com.squareup : javapoet jar 1.13.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.10

provided (2)

Group / Artifact Type Version
org.hamcrest : hamcrest jar 2.2
com.google.auto.service : auto-service jar 1.0-rc7

test (2)

Group / Artifact Type Version
com.google.testing.compile : compile-testing jar 0.19
org.jetbrains.kotlin : kotlin-test-junit5 jar 1.4.10

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0