Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.jklasd |
ArtifactId | ArtifactIdspring-junit-test |
Version | Version1.1.6-RELEASE |
Type | Typejar |
<!-- 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"]