GroupId | GroupIdcom.github.luoshu-open |
---|---|
ArtifactId | ArtifactIdluoshu-spring |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
luoshu-spring-0.2.pom | |
luoshu-spring-0.2.jar | 10 KB |
luoshu-spring-0.2-sources.jar | 6 KB |
luoshu-spring-0.2-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu-spring/ -->
<dependency>
<groupId>com.github.luoshu-open</groupId>
<artifactId>luoshu-spring</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu-spring/
implementation 'com.github.luoshu-open:luoshu-spring:0.2'
// https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu-spring/
implementation ("com.github.luoshu-open:luoshu-spring:0.2")
'com.github.luoshu-open:luoshu-spring:jar:0.2'
<dependency org="com.github.luoshu-open" name="luoshu-spring" rev="0.2">
<artifact name="luoshu-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luoshu-open', module='luoshu-spring', version='0.2')
)
libraryDependencies += "com.github.luoshu-open" % "luoshu-spring" % "0.2"
[com.github.luoshu-open/luoshu-spring "0.2"]