License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.trajano.ms.app |
ArtifactId | ArtifactIdms-common-auth |
Version | Version1.1.18 |
Type | Typejar |
Description |
DescriptionThis is an example of a microservice oriented application that a typical enterprise will work with. It is not meant to be of the scale of NetFlix/Facebook but for more normal loads of a large company where IT is not their primary function.
|
Project Organization |
Project OrganizationTrajano |
Filename | Size |
---|---|
ms-common-auth-1.1.18.pom | |
ms-common-auth-1.1.18.jar | 30 KB |
ms-common-auth-1.1.18-tests.jar | 5 KB |
ms-common-auth-1.1.18-test-sources.jar | 4 KB |
ms-common-auth-1.1.18-sources.jar | 22 KB |
ms-common-auth-1.1.18-javadoc.jar | 282 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.trajano.ms.app/ms-common-auth/ -->
<dependency>
<groupId>net.trajano.ms.app</groupId>
<artifactId>ms-common-auth</artifactId>
<version>1.1.18</version>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.ms.app/ms-common-auth/
implementation 'net.trajano.ms.app:ms-common-auth:1.1.18'
// https://jarcasting.com/artifacts/net.trajano.ms.app/ms-common-auth/
implementation ("net.trajano.ms.app:ms-common-auth:1.1.18")
'net.trajano.ms.app:ms-common-auth:jar:1.1.18'
<dependency org="net.trajano.ms.app" name="ms-common-auth" rev="1.1.18">
<artifact name="ms-common-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.trajano.ms.app', module='ms-common-auth', version='1.1.18')
)
libraryDependencies += "net.trajano.ms.app" % "ms-common-auth" % "1.1.18"
[net.trajano.ms.app/ms-common-auth "1.1.18"]
Group / Artifact | Type | Version |
---|---|---|
net.trajano.ms.app : ms-common | jar | 1.1.18 |
com.hazelcast : hazelcast-spring | jar | |
org.springframework.boot : spring-boot-starter-cache | jar |
Group / Artifact | Type | Version |
---|---|---|
net.trajano.ms.app : ms-common-impl | jar | 1.1.18 |
org.springframework.boot : spring-boot-starter-test | jar | 1.5.10.RELEASE |