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