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