License |
License |
---|---|
GroupId | GroupIdorg.revapi |
ArtifactId | ArtifactIdrevapi-reporter-text |
Last Version | Last Version0.14.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionText Reporter
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.revapi/revapi-reporter-text/ -->
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-reporter-text</artifactId>
<version>0.14.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.revapi/revapi-reporter-text/
implementation 'org.revapi:revapi-reporter-text:0.14.5'
// https://jarcasting.com/artifacts/org.revapi/revapi-reporter-text/
implementation ("org.revapi:revapi-reporter-text:0.14.5")
'org.revapi:revapi-reporter-text:jar:0.14.5'
<dependency org="org.revapi" name="revapi-reporter-text" rev="0.14.5">
<artifact name="revapi-reporter-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.revapi', module='revapi-reporter-text', version='0.14.5')
)
libraryDependencies += "org.revapi" % "revapi-reporter-text" % "0.14.5"
[org.revapi/revapi-reporter-text "0.14.5"]
Group / Artifact | Type | Version |
---|---|---|
org.freemarker : freemarker | jar | 2.3.30 |
org.revapi : revapi | jar | 0.14.4 |
org.revapi : revapi-reporter-file-base | jar | 0.4.5 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.junit.vintage : junit-vintage-engine | jar |