GroupId | GroupIdcom.github.luoshu-open |
---|---|
ArtifactId | ArtifactIdluoshu-spring |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
luoshu-spring-0.1.pom | |
luoshu-spring-0.1.jar | 9 KB |
luoshu-spring-0.1-sources.jar | 6 KB |
luoshu-spring-0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu-spring/
implementation 'com.github.luoshu-open:luoshu-spring:0.1'
// https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu-spring/
implementation ("com.github.luoshu-open:luoshu-spring:0.1")
'com.github.luoshu-open:luoshu-spring:jar:0.1'
<dependency org="com.github.luoshu-open" name="luoshu-spring" rev="0.1">
<artifact name="luoshu-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luoshu-open', module='luoshu-spring', version='0.1')
)
libraryDependencies += "com.github.luoshu-open" % "luoshu-spring" % "0.1"
[com.github.luoshu-open/luoshu-spring "0.1"]