is not current version
Last Version 1.1.18

net.trajano.ms.app:sample-authn 1.1.15

This microservice is used to do a username password authentication using an OAuth endpoint that uses client_credentials grant and Basic authorization.

Categories

Categories

Net
GroupId

GroupId

net.trajano.ms.app
ArtifactId

ArtifactId

sample-authn
Version

Version

1.1.15
Type

Type

jar

Download sample-authn 1.1.15


<!-- https://jarcasting.com/artifacts/net.trajano.ms.app/sample-authn/ -->
<dependency>
    <groupId>net.trajano.ms.app</groupId>
    <artifactId>sample-authn</artifactId>
    <version>1.1.15</version>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.ms.app/sample-authn/
implementation 'net.trajano.ms.app:sample-authn:1.1.15'
// https://jarcasting.com/artifacts/net.trajano.ms.app/sample-authn/
implementation ("net.trajano.ms.app:sample-authn:1.1.15")
'net.trajano.ms.app:sample-authn:jar:1.1.15'
<dependency org="net.trajano.ms.app" name="sample-authn" rev="1.1.15">
  <artifact name="sample-authn" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.trajano.ms.app', module='sample-authn', version='1.1.15')
)
libraryDependencies += "net.trajano.ms.app" % "sample-authn" % "1.1.15"
[net.trajano.ms.app/sample-authn "1.1.15"]