MVN

cz.encircled : jput-spring

Maven & Gradle

Oct 12, 2019
2 stars

jPut-spring · Java Performance Unit Testing - Spring integration module

<dependency>
    <groupId>cz.encircled</groupId>
    <artifactId>jput-spring</artifactId>
    <version>0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.encircled : jput-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.18

All Versions

Choose a version of cz.encircled : jput-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.18
jput-spring-0.18
0.16
jput-spring-0.16
0.15
jput-spring-0.15
0.14
jput-spring-0.14
0.13
jput-spring-0.13
0.12
jput-spring-0.12
0.11
jput-spring-0.11
0.10
jput-spring-0.10
0.6
jput-spring-0.6

How to add a dependency to Maven

Add the following cz.encircled : jput-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.encircled</groupId>
    <artifactId>jput-spring</artifactId>
    <version>0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.encircled : jput-spring gradle dependency to your build.gradle file:

implementation 'cz.encircled:jput-spring:0.18'

Gradle Kotlin DSL: Add the following cz.encircled : jput-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.encircled:jput-spring:0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.encircled : jput-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.encircled" % "jput-spring" % "0.18"

Advertisement