GroupId | GroupIdme.xethh.utils |
---|---|
ArtifactId | ArtifactIdauthUtils |
Version | Version1.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
authUtils-1.0-RELEASE.pom | |
authUtils-1.0-RELEASE.jar | 5 KB |
authUtils-1.0-RELEASE-sources.jar | 3 KB |
authUtils-1.0-RELEASE-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/me.xethh.utils/authUtils/ -->
<dependency>
<groupId>me.xethh.utils</groupId>
<artifactId>authUtils</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.xethh.utils/authUtils/
implementation 'me.xethh.utils:authUtils:1.0-RELEASE'
// https://jarcasting.com/artifacts/me.xethh.utils/authUtils/
implementation ("me.xethh.utils:authUtils:1.0-RELEASE")
'me.xethh.utils:authUtils:jar:1.0-RELEASE'
<dependency org="me.xethh.utils" name="authUtils" rev="1.0-RELEASE">
<artifact name="authUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xethh.utils', module='authUtils', version='1.0-RELEASE')
)
libraryDependencies += "me.xethh.utils" % "authUtils" % "1.0-RELEASE"
[me.xethh.utils/authUtils "1.0-RELEASE"]