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