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