Last Version

Revapi Java-based extensions test support 0.2.2

Contains utilities to ease testing extensions processing java code. Makes it easy to compile custom source files and subsequently analyze the compiled code using the java annotation processing APIs.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

org.revapi
ArtifactId

ArtifactId

revapi-java-test-support
Version

Version

0.2.2
Type

Type

jar
Description

Description

Revapi Java-based extensions test support
Contains utilities to ease testing extensions processing java code. Makes it easy to compile custom source files and subsequently analyze the compiled code using the java annotation processing APIs.
Project Organization

Project Organization

Lukas Krejci
Source Code Management

Source Code Management

https://github.com/revapi/revapi

Download revapi-java-test-support 0.2.2


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

Dependencies

compile (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.slf4j : slf4j-api jar 1.7.5

provided (2)

Group / Artifact Type Version
org.revapi : revapi-site-shared zip 3
com.google.code.findbugs : annotations jar 3.0.0

Project Modules

There are no modules declared in this project.