is not current version
Last Version 1.2-RELEASE

me.xethh.utils:authUtils 1.1-RELEASE

Library providing raw authentication function

GroupId

GroupId

me.xethh.utils
ArtifactId

ArtifactId

authUtils
Version

Version

1.1-RELEASE
Type

Type

jar

Download authUtils 1.1-RELEASE


<!-- https://jarcasting.com/artifacts/me.xethh.utils/authUtils/ -->
<dependency>
    <groupId>me.xethh.utils</groupId>
    <artifactId>authUtils</artifactId>
    <version>1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.xethh.utils/authUtils/
implementation 'me.xethh.utils:authUtils:1.1-RELEASE'
// https://jarcasting.com/artifacts/me.xethh.utils/authUtils/
implementation ("me.xethh.utils:authUtils:1.1-RELEASE")
'me.xethh.utils:authUtils:jar:1.1-RELEASE'
<dependency org="me.xethh.utils" name="authUtils" rev="1.1-RELEASE">
  <artifact name="authUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xethh.utils', module='authUtils', version='1.1-RELEASE')
)
libraryDependencies += "me.xethh.utils" % "authUtils" % "1.1-RELEASE"
[me.xethh.utils/authUtils "1.1-RELEASE"]