JDBCProvider

Library providing raw authentication function

License

License

GroupId

GroupId

me.xethh.utils
ArtifactId

ArtifactId

authUtils
Last Version

Last Version

1.2-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

JDBCProvider
Library providing raw authentication function
Project URL

Project URL

https://xeth0102.atlassian.net/wiki/spaces/DAT/overview
Source Code Management

Source Code Management

https://bitbucket.org/xethhme/authutils/src

Download authUtils

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
mysql : mysql-connector-java jar 8.0.15

Project Modules

There are no modules declared in this project.

Versions

Version
1.2-RELEASE
1.1-RELEASE
1.0-RELEASE