c

com.liferay.gradle.plugins.whip

The Whip Gradle plugin lets you use the Liferay Whip library to ensure that unit tests fully cover your project's code.
LGPL 2.1
Brian Wing Shun Chan
Files download
File Operation
com.liferay.gradle.plugins.whip-1.0.10.jar download
com.liferay.gradle.plugins.whip-1.0.10.pom download
com.liferay.gradle.plugins.whip-1.0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.liferay</groupId>
  <artifactId>com.liferay.gradle.plugins.whip</artifactId>
  <version>1.0.10</version>
</dependency>
Gradle Groovy
implementation 'com.liferay:com.liferay.gradle.plugins.whip:1.0.10'
Gradle Kotlin
implementation("com.liferay:com.liferay.gradle.plugins.whip:1.0.10")
Scala SBT
libraryDependencies += "com.liferay" % "com.liferay.gradle.plugins.whip" % "1.0.10"
Groovy Grape
@Grapes(
  @Grab(group='com.liferay', module='com.liferay.gradle.plugins.whip', version='1.0.10')
)
Apache Ivy
<dependency org="com.liferay" name="com.liferay.gradle.plugins.whip" rev="1.0.10" />
Leiningen
[com.liferay/com.liferay.gradle.plugins.whip "1.0.10"]
Apache Buildr
'com.liferay:com.liferay.gradle.plugins.whip:jar:1.0.10'