is not current version
Last Version 1.0-rc3

org.inferred:testing 1.0-rc2

Testing tools for Java annotation processors

Categories

Categories

Infer Application Testing & Monitoring Code Analysis
GroupId

GroupId

org.inferred
ArtifactId

ArtifactId

testing
Version

Version

1.0-rc2
Type

Type

jar

Download testing 1.0-rc2


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