is not current version
Last Version 0.24

cz.encircled:jput 0.22

Java Performance Unit Testing

GroupId

GroupId

cz.encircled
ArtifactId

ArtifactId

jput
Version

Version

0.22
Type

Type

pom

Download jput 0.22

Filename Size
jput-0.22.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/cz.encircled/jput/ -->
<dependency>
    <groupId>cz.encircled</groupId>
    <artifactId>jput</artifactId>
    <version>0.22</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cz.encircled/jput/
implementation 'cz.encircled:jput:0.22'
// https://jarcasting.com/artifacts/cz.encircled/jput/
implementation ("cz.encircled:jput:0.22")
'cz.encircled:jput:pom:0.22'
<dependency org="cz.encircled" name="jput" rev="0.22">
  <artifact name="jput" type="pom" />
</dependency>
@Grapes(
@Grab(group='cz.encircled', module='jput', version='0.22')
)
libraryDependencies += "cz.encircled" % "jput" % "0.22"
[cz.encircled/jput "0.22"]