GroupId | GroupIdcom.github.luoshu-open |
---|---|
ArtifactId | ArtifactIdluoshu-auth |
Version | Version0.1 |
Type | Typepom |
Filename | Size |
---|---|
luoshu-auth-0.1.pom | 811 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu-auth/ -->
<dependency>
<groupId>com.github.luoshu-open</groupId>
<artifactId>luoshu-auth</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu-auth/
implementation 'com.github.luoshu-open:luoshu-auth:0.1'
// https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu-auth/
implementation ("com.github.luoshu-open:luoshu-auth:0.1")
'com.github.luoshu-open:luoshu-auth:pom:0.1'
<dependency org="com.github.luoshu-open" name="luoshu-auth" rev="0.1">
<artifact name="luoshu-auth" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.luoshu-open', module='luoshu-auth', version='0.1')
)
libraryDependencies += "com.github.luoshu-open" % "luoshu-auth" % "0.1"
[com.github.luoshu-open/luoshu-auth "0.1"]