Categories |
Categoriescentraldogma Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.linecorp.centraldogma |
ArtifactId | ArtifactIdcentraldogma-server-auth-saml |
Version | Version0.43.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-server-auth-saml/ -->
<dependency>
<groupId>com.linecorp.centraldogma</groupId>
<artifactId>centraldogma-server-auth-saml</artifactId>
<version>0.43.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-server-auth-saml/
implementation 'com.linecorp.centraldogma:centraldogma-server-auth-saml:0.43.2'
// https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-server-auth-saml/
implementation ("com.linecorp.centraldogma:centraldogma-server-auth-saml:0.43.2")
'com.linecorp.centraldogma:centraldogma-server-auth-saml:jar:0.43.2'
<dependency org="com.linecorp.centraldogma" name="centraldogma-server-auth-saml" rev="0.43.2">
<artifact name="centraldogma-server-auth-saml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.centraldogma', module='centraldogma-server-auth-saml', version='0.43.2')
)
libraryDependencies += "com.linecorp.centraldogma" % "centraldogma-server-auth-saml" % "0.43.2"
[com.linecorp.centraldogma/centraldogma-server-auth-saml "0.43.2"]