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