License |
License |
---|---|
GroupId | GroupIdme.xethh.utils |
ArtifactId | ArtifactIdauthUtils |
Last Version | Last Version1.2-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJDBCProvider
Library providing raw authentication function
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
authUtils-1.2-RELEASE.pom | |
authUtils-1.2-RELEASE.jar | 5 KB |
authUtils-1.2-RELEASE-sources.jar | 3 KB |
authUtils-1.2-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.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.xethh.utils/authUtils/
implementation 'me.xethh.utils:authUtils:1.2-RELEASE'
// https://jarcasting.com/artifacts/me.xethh.utils/authUtils/
implementation ("me.xethh.utils:authUtils:1.2-RELEASE")
'me.xethh.utils:authUtils:jar:1.2-RELEASE'
<dependency org="me.xethh.utils" name="authUtils" rev="1.2-RELEASE">
<artifact name="authUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xethh.utils', module='authUtils', version='1.2-RELEASE')
)
libraryDependencies += "me.xethh.utils" % "authUtils" % "1.2-RELEASE"
[me.xethh.utils/authUtils "1.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
me.xethh.utils : JDBCProvider | jar | 1.1.1-RELEASE |
org.springframework.security : spring-security-crypto | jar | 5.1.3.RELEASE |
commons-logging : commons-logging | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
mysql : mysql-connector-java | jar | 8.0.15 |