a

api

A module that provides Testify's annotations
Files download
File Operation
api-1.0.1.jar download
api-1.0.1.pom download
api-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.testifyproject</groupId>
  <artifactId>api</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.testifyproject:api:1.0.1'
Gradle Kotlin
implementation("org.testifyproject:api:1.0.1")
Scala SBT
libraryDependencies += "org.testifyproject" % "api" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.testifyproject', module='api', version='1.0.1')
)
Apache Ivy
<dependency org="org.testifyproject" name="api" rev="1.0.1" />
Leiningen
[org.testifyproject/api "1.0.1"]
Apache Buildr
'org.testifyproject:api:jar:1.0.1'