| License |
License |
|---|---|
| GroupId | GroupIdcz.encircled |
| ArtifactId | ArtifactIdjput-test |
| Version | Version0.24 |
| Type | Typejar |
| Description |
DescriptionJava Performance Unit Testing
|
| Filename | Size |
|---|---|
| jput-test-0.24.pom | |
| jput-test-0.24.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cz.encircled/jput-test/ -->
<dependency>
<groupId>cz.encircled</groupId>
<artifactId>jput-test</artifactId>
<version>0.24</version>
</dependency>
// https://jarcasting.com/artifacts/cz.encircled/jput-test/
implementation 'cz.encircled:jput-test:0.24'
// https://jarcasting.com/artifacts/cz.encircled/jput-test/
implementation ("cz.encircled:jput-test:0.24")
'cz.encircled:jput-test:jar:0.24'
<dependency org="cz.encircled" name="jput-test" rev="0.24">
<artifact name="jput-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.encircled', module='jput-test', version='0.24')
)
libraryDependencies += "cz.encircled" % "jput-test" % "0.24"
[cz.encircled/jput-test "0.24"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.50 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.50 |
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.50 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-core | jar | 1.2.3 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |