| License | License | 
|---|---|
| GroupId | GroupIdcom.github.xincao9 | 
| ArtifactId | ArtifactIdptk | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionptk Easy to use java based, stress test suite | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| ptk-1.0.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.xincao9/ptk/ -->
<dependency>
    <groupId>com.github.xincao9</groupId>
    <artifactId>ptk</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.xincao9/ptk/
implementation 'com.github.xincao9:ptk:1.0'// https://jarcasting.com/artifacts/com.github.xincao9/ptk/
implementation ("com.github.xincao9:ptk:1.0")'com.github.xincao9:ptk:pom:1.0'<dependency org="com.github.xincao9" name="ptk" rev="1.0">
  <artifact name="ptk" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.xincao9', module='ptk', version='1.0')
)libraryDependencies += "com.github.xincao9" % "ptk" % "1.0"[com.github.xincao9/ptk "1.0"]