j

jput-spring

Java Performance Unit Testing - Spring integration module
https://github.com/encircled/jPut
Vladislav Kisel
Files download
File Operation
jput-spring-0.18.jar download
jput-spring-0.18.pom download
jput-spring-0.18-sources.jar download
Apache Maven
<dependency>
  <groupId>cz.encircled</groupId>
  <artifactId>jput-spring</artifactId>
  <version>0.18</version>
</dependency>
Gradle Groovy
implementation 'cz.encircled:jput-spring:0.18'
Gradle Kotlin
implementation("cz.encircled:jput-spring:0.18")
Scala SBT
libraryDependencies += "cz.encircled" % "jput-spring" % "0.18"
Groovy Grape
@Grapes(
  @Grab(group='cz.encircled', module='jput-spring', version='0.18')
)
Apache Ivy
<dependency org="cz.encircled" name="jput-spring" rev="0.18" />
Leiningen
[cz.encircled/jput-spring "0.18"]
Apache Buildr
'cz.encircled:jput-spring:jar:0.18'