Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.noconnor |
ArtifactId | ArtifactIdjunitperf-core |
Version | Version1.17.0 |
Type | Typejar |
Filename | Size |
---|---|
junitperf-core-1.17.0.pom | |
junitperf-core-1.17.0.jar | 32 KB |
junitperf-core-1.17.0-sources.jar | 17 KB |
junitperf-core-1.17.0-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.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.noconnor/junitperf-core/
implementation 'com.github.noconnor:junitperf-core:1.17.0'
// https://jarcasting.com/artifacts/com.github.noconnor/junitperf-core/
implementation ("com.github.noconnor:junitperf-core:1.17.0")
'com.github.noconnor:junitperf-core:jar:1.17.0'
<dependency org="com.github.noconnor" name="junitperf-core" rev="1.17.0">
<artifact name="junitperf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.noconnor', module='junitperf-core', version='1.17.0')
)
libraryDependencies += "com.github.noconnor" % "junitperf-core" % "1.17.0"
[com.github.noconnor/junitperf-core "1.17.0"]