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