Last Version

Compile Testing 0.19

Utilities for testing compilation.

License

License

GroupId

GroupId

com.google.testing.compile
ArtifactId

ArtifactId

compile-testing
Version

Version

0.19
Type

Type

jar
Description

Description

Compile Testing
Utilities for testing compilation.
Project URL

Project URL

http://github.com/google/compile-testing
Source Code Management

Source Code Management

http://github.com/google/compile-testing

Download compile-testing 0.19


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

Dependencies

compile (6)

Group / Artifact Type Version
junit : junit jar 4.13.1
com.google.truth : truth jar 1.1
com.google.guava : guava jar 30.0-jre
com.google.code.findbugs : jsr305 Optional jar 3.0.2
com.google.auto.value : auto-value jar 1.7.4
com.google.auto : auto-common jar 0.11

provided (1)

Group / Artifact Type Version
com.google.errorprone : error_prone_annotations jar 2.4.0

test (1)

Group / Artifact Type Version
com.google.truth.extensions : truth-java8-extension jar 1.1

Project Modules

There are no modules declared in this project.