is not current version
Last Version 1.2.1-RELEASE

com.github.jklasd:spring-junit-test 1.1.6-RELEASE

Spring project junit test util

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.jklasd
ArtifactId

ArtifactId

spring-junit-test
Version

Version

1.1.6-RELEASE
Type

Type

jar

Download spring-junit-test 1.1.6-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.jklasd/spring-junit-test/ -->
<dependency>
    <groupId>com.github.jklasd</groupId>
    <artifactId>spring-junit-test</artifactId>
    <version>1.1.6-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jklasd/spring-junit-test/
implementation 'com.github.jklasd:spring-junit-test:1.1.6-RELEASE'
// https://jarcasting.com/artifacts/com.github.jklasd/spring-junit-test/
implementation ("com.github.jklasd:spring-junit-test:1.1.6-RELEASE")
'com.github.jklasd:spring-junit-test:jar:1.1.6-RELEASE'
<dependency org="com.github.jklasd" name="spring-junit-test" rev="1.1.6-RELEASE">
  <artifact name="spring-junit-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jklasd', module='spring-junit-test', version='1.1.6-RELEASE')
)
libraryDependencies += "com.github.jklasd" % "spring-junit-test" % "1.1.6-RELEASE"
[com.github.jklasd/spring-junit-test "1.1.6-RELEASE"]