frontline-gradle-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.gatling.frontline</groupId> <artifactId>frontline-gradle-plugin</artifactId> <version>1.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.gatling.frontline</groupId> <artifactId>frontline-gradle-plugin</artifactId> <version>1.1.0</version> <name>FrontLine Gradle Plugin</name> <description>A plugin for packaging bundle to be deployed with Gatling FrontLine</description> <url>https://github.com/gatling/frontline-gradle-plugin</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>slandelle</id> <name>Stéphane Landelle</name> <email>slandelle@gatling.io</email> </developer> <developer> <id>notdryft</id> <name>Guillaume Corré</name> <email>gcorre@gatling.io</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/gatling/frontline-gradle-plugin.git</connection> <developerConnection>scm:git:ssh://git@github.com:gatling/frontline-gradle-plugin.git</developerConnection> <url>https://github.com/gatling/frontline-gradle-plugin</url> </scm> <dependencies> <dependency> <groupId>com.github.jengelman.gradle.plugins</groupId> <artifactId>shadow</artifactId> <version>5.2.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>