GroupId | GroupIdorg.apereo.cas |
---|---|
ArtifactId | ArtifactIdcas-server-support-service-registry-stream |
Version | Version5.3.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apereo.cas/cas-server-support-service-registry-stream/ -->
<dependency>
<groupId>org.apereo.cas</groupId>
<artifactId>cas-server-support-service-registry-stream</artifactId>
<version>5.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.apereo.cas/cas-server-support-service-registry-stream/
implementation 'org.apereo.cas:cas-server-support-service-registry-stream:5.3.10'
// https://jarcasting.com/artifacts/org.apereo.cas/cas-server-support-service-registry-stream/
implementation ("org.apereo.cas:cas-server-support-service-registry-stream:5.3.10")
'org.apereo.cas:cas-server-support-service-registry-stream:jar:5.3.10'
<dependency org="org.apereo.cas" name="cas-server-support-service-registry-stream" rev="5.3.10">
<artifact name="cas-server-support-service-registry-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apereo.cas', module='cas-server-support-service-registry-stream', version='5.3.10')
)
libraryDependencies += "org.apereo.cas" % "cas-server-support-service-registry-stream" % "5.3.10"
[org.apereo.cas/cas-server-support-service-registry-stream "5.3.10"]