Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.noconnor |
ArtifactId | ArtifactIdjunitperf-core |
Version | Version1.17.1 |
Type | Typejar |
Filename | Size |
---|---|
junitperf-core-1.17.1.pom | |
junitperf-core-1.17.1.jar | 33 KB |
junitperf-core-1.17.1-sources.jar | 18 KB |
junitperf-core-1.17.1-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.noconnor/junitperf-core/ -->
<dependency>
<groupId>com.github.noconnor</groupId>
<artifactId>junitperf-core</artifactId>
<version>1.17.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.noconnor/junitperf-core/
implementation 'com.github.noconnor:junitperf-core:1.17.1'
// https://jarcasting.com/artifacts/com.github.noconnor/junitperf-core/
implementation ("com.github.noconnor:junitperf-core:1.17.1")
'com.github.noconnor:junitperf-core:jar:1.17.1'
<dependency org="com.github.noconnor" name="junitperf-core" rev="1.17.1">
<artifact name="junitperf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.noconnor', module='junitperf-core', version='1.17.1')
)
libraryDependencies += "com.github.noconnor" % "junitperf-core" % "1.17.1"
[com.github.noconnor/junitperf-core "1.17.1"]