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