GroupId | GroupIdcom.itheima.em.auth |
---|---|
ArtifactId | ArtifactIdauthority-sdk |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
authority-sdk-1.0.3.pom | |
authority-sdk-1.0.3.jar | 47 KB |
authority-sdk-1.0.3-sources.jar | 31 KB |
authority-sdk-1.0.3-javadoc.jar | 601 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.itheima.em.auth/authority-sdk/ -->
<dependency>
<groupId>com.itheima.em.auth</groupId>
<artifactId>authority-sdk</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.itheima.em.auth/authority-sdk/
implementation 'com.itheima.em.auth:authority-sdk:1.0.3'
// https://jarcasting.com/artifacts/com.itheima.em.auth/authority-sdk/
implementation ("com.itheima.em.auth:authority-sdk:1.0.3")
'com.itheima.em.auth:authority-sdk:jar:1.0.3'
<dependency org="com.itheima.em.auth" name="authority-sdk" rev="1.0.3">
<artifact name="authority-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itheima.em.auth', module='authority-sdk', version='1.0.3')
)
libraryDependencies += "com.itheima.em.auth" % "authority-sdk" % "1.0.3"
[com.itheima.em.auth/authority-sdk "1.0.3"]