| Group ID: |
kg.apc |
| Artifact ID: |
jmeter-plugins-autostop |
| Version: |
0.3 |
| Last modified: |
15.06.2025 09:29 |
| Packaging: |
jar |
| Name: |
Autostop plugin |
| Description: |
Autostop plugin |
| URL: |
http://jmeter-plugins.org/ |
|
|
| Size: |
16.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/kg/apc/jmeter-plugins-autostop/0.3/jmeter-plugins-autostop-0.3.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>
<groupId>kg.apc</groupId>
<artifactId>jmeter-plugins-autostop</artifactId>
<version>0.3</version>
<name>Autostop plugin</name>
<description>Autostop plugin</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<url>http://jmeter-plugins.org/</url>
<scm>
<url>https://github.com/undera/jmeter-plugins</url>
<connection>https://github.com/undera/jmeter-plugins.git</connection>
<developerConnection>git@github.com:undera/jmeter-plugins.git</developerConnection>
</scm>
<developers>
<developer>
<id>team</id>
<name>jmeter-plugins.org</name>
<email>jmeter-plugins@googlegroups.com</email>
</developer>
</developers>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>kg.apc</groupId>
<artifactId>jmeter-plugins-cmn-jmeter</artifactId>
<version>0.8</version>
</dependency>
<dependency>
<groupId>kg.apc</groupId>
<artifactId>jmeter-plugins-emulators</artifactId>
<version>0.5</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>kg.apc</groupId>
<artifactId>jmeter-plugins-autostop</artifactId>
<version>0.3</version>
</dependency>
|
| Gradle: |
kg.apc:jmeter-plugins-autostop:0.3 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|