| GroupId | GroupIdio.github.bigwg |
|---|---|
| ArtifactId | ArtifactIdeasy-spring-test |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| easy-spring-test-1.0.0.pom | |
| easy-spring-test-1.0.0.jar | 8 KB |
| easy-spring-test-1.0.0-sources.jar | 6 KB |
| easy-spring-test-1.0.0-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.bigwg/easy-spring-test/ -->
<dependency>
<groupId>io.github.bigwg</groupId>
<artifactId>easy-spring-test</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bigwg/easy-spring-test/
implementation 'io.github.bigwg:easy-spring-test:1.0.0'
// https://jarcasting.com/artifacts/io.github.bigwg/easy-spring-test/
implementation ("io.github.bigwg:easy-spring-test:1.0.0")
'io.github.bigwg:easy-spring-test:jar:1.0.0'
<dependency org="io.github.bigwg" name="easy-spring-test" rev="1.0.0">
<artifact name="easy-spring-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bigwg', module='easy-spring-test', version='1.0.0')
)
libraryDependencies += "io.github.bigwg" % "easy-spring-test" % "1.0.0"
[io.github.bigwg/easy-spring-test "1.0.0"]