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