Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.upers |
ArtifactId | ArtifactIdauth-client-module |
Version | Version1.1.6 |
Type | Typejar |
Filename | Size |
---|---|
auth-client-module-1.1.6.pom | |
auth-client-module-1.1.6.jar | 15 KB |
auth-client-module-1.1.6-sources.jar | 7 KB |
auth-client-module-1.1.6-javadoc.jar | 446 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.upers/auth-client-module/ -->
<dependency>
<groupId>com.github.upers</groupId>
<artifactId>auth-client-module</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.upers/auth-client-module/
implementation 'com.github.upers:auth-client-module:1.1.6'
// https://jarcasting.com/artifacts/com.github.upers/auth-client-module/
implementation ("com.github.upers:auth-client-module:1.1.6")
'com.github.upers:auth-client-module:jar:1.1.6'
<dependency org="com.github.upers" name="auth-client-module" rev="1.1.6">
<artifact name="auth-client-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.upers', module='auth-client-module', version='1.1.6')
)
libraryDependencies += "com.github.upers" % "auth-client-module" % "1.1.6"
[com.github.upers/auth-client-module "1.1.6"]