| License |
License |
|---|---|
| Categories |
CategoriesInfer Application Testing & Monitoring Code Analysis |
| GroupId | GroupIdorg.inferred |
| ArtifactId | ArtifactIdtesting |
| Last Version | Last Version1.0-rc3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFreeTesting
Testing tools for Java annotation processors
|
| Project Organization |
Project Organizationinferred.org |
| Filename | Size |
|---|---|
| testing-1.0-rc3.pom | |
| testing-1.0-rc3.jar | 54 KB |
| testing-1.0-rc3-sources.jar | 30 KB |
| testing-1.0-rc3-javadoc.jar | 120 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.inferred/testing/ -->
<dependency>
<groupId>org.inferred</groupId>
<artifactId>testing</artifactId>
<version>1.0-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/org.inferred/testing/
implementation 'org.inferred:testing:1.0-rc3'
// https://jarcasting.com/artifacts/org.inferred/testing/
implementation ("org.inferred:testing:1.0-rc3")
'org.inferred:testing:jar:1.0-rc3'
<dependency org="org.inferred" name="testing" rev="1.0-rc3">
<artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.inferred', module='testing', version='1.0-rc3')
)
libraryDependencies += "org.inferred" % "testing" % "1.0-rc3"
[org.inferred/testing "1.0-rc3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 16.0 |
| com.google.code.findbugs : jsr305 | jar | 3.0.0 |
| junit : junit | jar | 4.11 |
| org.javassist : javassist | jar | 3.19.0-GA |
| com.google.truth : truth | jar | 0.24 |