<dependency>
<groupId>org.beiter.michael.authn.jaas.loginmodules.password</groupId>
<artifactId>authenticators</artifactId>
<version>jdbc</version>
</dependency>
implementation group: 'org.beiter.michael.authn.jaas.loginmodules.password', name: 'authenticators', version: 'jdbc'
implementation 'org.beiter.michael.authn.jaas.loginmodules.password:authenticators:jdbc'
implementation("org.beiter.michael.authn.jaas.loginmodules.password:authenticators:jdbc")
libraryDependencies += "org.beiter.michael.authn.jaas.loginmodules.password" % "authenticators" % "jdbc"
<dependency org="org.beiter.michael.authn.jaas.loginmodules.password" name="authenticators" rev="jdbc"/>
@Grapes(
@Grab(group='org.beiter.michael.authn.jaas.loginmodules.password', module='authenticators', version='jdbc')
)
[org.beiter.michael.authn.jaas.loginmodules.password/authenticators "jdbc"]
'org.beiter.michael.authn.jaas.loginmodules.password:authenticators:jar:jdbc'