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