is not current version
Last Version 0.14.5

org.revapi:revapi-reporter-text 0.14.4

Super simple Revapi reporter outputting a textual representation of the differences to a file or on standard output. Takes Freemarker templates for formatting the output.

GroupId

GroupId

org.revapi
ArtifactId

ArtifactId

revapi-reporter-text
Version

Version

0.14.4
Type

Type

jar

Download revapi-reporter-text 0.14.4


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