is not current version
Last Version 0.24

cz.encircled:jput 0.15

Java Performance Unit Testing

GroupId

GroupId

cz.encircled
ArtifactId

ArtifactId

jput
Version

Version

0.15
Type

Type

pom

Download jput 0.15

Filename Size
jput-0.15.pom 13 KB
Browse

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