License |
License |
---|---|
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdtest-spring |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe test tool for java.
|
Filename | Size |
---|---|
test-spring-0.0.1.pom | |
test-spring-0.0.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/test-spring/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>test-spring</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/test-spring/
implementation 'com.github.houbb:test-spring:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/test-spring/
implementation ("com.github.houbb:test-spring:0.0.1")
'com.github.houbb:test-spring:jar:0.0.1'
<dependency org="com.github.houbb" name="test-spring" rev="0.0.1">
<artifact name="test-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='test-spring', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "test-spring" % "0.0.1"
[com.github.houbb/test-spring "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.houbb : test-core | jar | 0.0.1 |
org.springframework : spring-test | jar | 4.3.24.RELEASE |