Download surefire-logger-api-2.21.0.jar file - Jar s

Jar examples for s:surefire-logger-api

Description

Interfaces and Utilities related only to internal SureFire Logger API. Free of dependencies.

You can download jar file surefire-logger-api 2.21.0 in this page.

License

Apache License

Build File

You can use the following script to add surefire-logger-api-2.21.0.jar to your project.

<dependency>
   <groupId>org.apache.maven.surefire</groupId>
   <artifactId>surefire-logger-api</artifactId>
   <version>2.21.0</version>
</dependency>
compile group: 'org.apache.maven.surefire', name: 'surefire-logger-api', version: '2.21.0'
libraryDependencies += "org.apache.maven.surefire" % "surefire-logger-api" % "2.21.0"
<dependency org="org.apache.maven.surefire" name="surefire-logger-api" rev="2.21.0"/>
@Grapes(@Grab(group='org.apache.maven.surefire', module='surefire-logger-api', version='2.21.0'))
'org.apache.maven.surefire:surefire-logger-api:jar:2.21.0'

Download

Click the following link to download the jar file.

surefire-logger-api-2.21.0-javadoc.jar
surefire-logger-api-2.21.0-sources.jar
surefire-logger-api-2.21.0.jar
surefire-logger-api-2.21.0.pom



Related Tutorials