Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdsoftware.reloadly |
ArtifactId | ArtifactIdjava-sdk-authentication |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/software.reloadly/java-sdk-authentication/ -->
<dependency>
<groupId>software.reloadly</groupId>
<artifactId>java-sdk-authentication</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/software.reloadly/java-sdk-authentication/
implementation 'software.reloadly:java-sdk-authentication:1.0.0'
// https://jarcasting.com/artifacts/software.reloadly/java-sdk-authentication/
implementation ("software.reloadly:java-sdk-authentication:1.0.0")
'software.reloadly:java-sdk-authentication:jar:1.0.0'
<dependency org="software.reloadly" name="java-sdk-authentication" rev="1.0.0">
<artifact name="java-sdk-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.reloadly', module='java-sdk-authentication', version='1.0.0')
)
libraryDependencies += "software.reloadly" % "java-sdk-authentication" % "1.0.0"
[software.reloadly/java-sdk-authentication "1.0.0"]