jmeter-websocket-samplers
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.luminis.jmeter</groupId> <artifactId>jmeter-websocket-samplers</artifactId> <version>1.2.10</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>net.luminis.jmeter</groupId> <artifactId>jmeter-websocket-samplers</artifactId> <version>1.2.10</version> <name>JMeter WebSocket Samplers</name> <description>JMeter add-on that defines a number of samplers for load testing WebSocket applications.</description> <url>https://bitbucket.org/pjtr/jmeter-websocket-samplers</url> <licenses> <license> <name>GNU Lesser General Public License v3</name> <url>https://www.gnu.org/licenses/lgpl-3.0-standalone.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>peterd</id> <name>Peter Doornbosch</name> <email>peter.doornbosch@luminis.eu</email> <organization>Luminis</organization> <organizationUrl>http://www.luminis.eu</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://bitbucket.org/pjtr/jmeter-websocket-samplers.git</connection> <developerConnection>scm:git:ssh://bitbucket.org:pjtr/jmeter-websocket-samplers.git</developerConnection> <url>https://bitbucket.org/pjtr/jmeter-websocket-samplers/src</url> </scm> <dependencies> <dependency> <groupId>org.apache.jmeter</groupId> <artifactId>ApacheJMeter_core</artifactId> <version>3.1</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.jmeter</groupId> <artifactId>ApacheJMeter_components</artifactId> <version>3.1</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.jmeter</groupId> <artifactId>ApacheJMeter_http</artifactId> <version>3.1</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.jmeter</groupId> <artifactId>jorphan</artifactId> <version>3.1</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>logkit</groupId> <artifactId>logkit</artifactId> <version>2.0</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.5</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>