GroupId | GroupIdcom.itheima.em.auth |
---|---|
ArtifactId | ArtifactIdauthority-sdk |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
authority-sdk-1.0.pom | |
authority-sdk-1.0.jar | 38 KB |
authority-sdk-1.0-sources.jar | 26 KB |
authority-sdk-1.0-javadoc.jar | 574 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</version>
</dependency>
// https://jarcasting.com/artifacts/com.itheima.em.auth/authority-sdk/
implementation 'com.itheima.em.auth:authority-sdk:1.0'
// https://jarcasting.com/artifacts/com.itheima.em.auth/authority-sdk/
implementation ("com.itheima.em.auth:authority-sdk:1.0")
'com.itheima.em.auth:authority-sdk:jar:1.0'
<dependency org="com.itheima.em.auth" name="authority-sdk" rev="1.0">
<artifact name="authority-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itheima.em.auth', module='authority-sdk', version='1.0')
)
libraryDependencies += "com.itheima.em.auth" % "authority-sdk" % "1.0"
[com.itheima.em.auth/authority-sdk "1.0"]