| License |
License |
|---|---|
| GroupId | GroupIdorg.testifyproject |
| ArtifactId | ArtifactIdapi |
| Last Version | Last Version1.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAPI
A module that provides Testify's annotations
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| api-1.0.6.pom | |
| api-1.0.6.jar | 61 KB |
| api-1.0.6-sources.jar | 99 KB |
| api-1.0.6-javadoc.jar | 481 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.testifyproject/api/ -->
<dependency>
<groupId>org.testifyproject</groupId>
<artifactId>api</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject/api/
implementation 'org.testifyproject:api:1.0.6'
// https://jarcasting.com/artifacts/org.testifyproject/api/
implementation ("org.testifyproject:api:1.0.6")
'org.testifyproject:api:jar:1.0.6'
<dependency org="org.testifyproject" name="api" rev="1.0.6">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject', module='api', version='1.0.6')
)
libraryDependencies += "org.testifyproject" % "api" % "1.0.6"
[org.testifyproject/api "1.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.testifyproject.external : external-guava | jar | 1.0.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 2.11.0 |
| com.google.testing.compile : compile-testing | jar | 0.10 |
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.8.0 |