License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.cloudfoundry.identity |
ArtifactId | ArtifactIdcloudfoundry-identity-api |
Version | Version4.11.0 |
Type | Typewar |
Description |
DescriptionUAA
Cloud Foundry User Account and Authentication
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-api/ -->
<dependency>
<groupId>org.cloudfoundry.identity</groupId>
<artifactId>cloudfoundry-identity-api</artifactId>
<version>4.11.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-api/
implementation 'org.cloudfoundry.identity:cloudfoundry-identity-api:4.11.0'
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-api/
implementation ("org.cloudfoundry.identity:cloudfoundry-identity-api:4.11.0")
'org.cloudfoundry.identity:cloudfoundry-identity-api:war:4.11.0'
<dependency org="org.cloudfoundry.identity" name="cloudfoundry-identity-api" rev="4.11.0">
<artifact name="cloudfoundry-identity-api" type="war" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry.identity', module='cloudfoundry-identity-api', version='4.11.0')
)
libraryDependencies += "org.cloudfoundry.identity" % "cloudfoundry-identity-api" % "4.11.0"
[org.cloudfoundry.identity/cloudfoundry-identity-api "4.11.0"]
Group / Artifact | Type | Version |
---|---|---|
org.cloudfoundry.identity : cloudfoundry-identity-server | jar | 4.11.0 |
org.springframework.security : spring-security-taglibs | jar | 4.2.4.RELEASE |
org.springframework.security : spring-security-config | jar | 4.2.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.3.14.RELEASE |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-core | jar | 2.13.0 |
org.flywaydb : flyway-core | jar | 4.2.0 |
org.postgresql : postgresql | jar | 42.1.4 |
com.microsoft.sqlserver : mssql-jdbc | jar | 6.2.2.jre8 |
org.powermock : powermock-module-junit4 | jar | 2.0.0-beta.5 |
org.powermock : powermock-api-mockito2 | jar | 2.0.0-beta.5 |
org.apache.tomcat : tomcat-jdbc | jar | 8.5.23 |
com.jayway.jsonpath : json-path-assert | jar | 2.4.0 |
org.cloudfoundry : cloudfoundry-client-lib | jar | 1.0.2 |