GroupId | GroupIdorg.symphonyoss.symphony |
---|---|
ArtifactId | ArtifactIdsymphony-authenticator-api |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.symphonyoss.symphony/symphony-authenticator-api/ -->
<dependency>
<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-authenticator-api</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.symphonyoss.symphony/symphony-authenticator-api/
implementation 'org.symphonyoss.symphony:symphony-authenticator-api:0.9.0'
// https://jarcasting.com/artifacts/org.symphonyoss.symphony/symphony-authenticator-api/
implementation ("org.symphonyoss.symphony:symphony-authenticator-api:0.9.0")
'org.symphonyoss.symphony:symphony-authenticator-api:jar:0.9.0'
<dependency org="org.symphonyoss.symphony" name="symphony-authenticator-api" rev="0.9.0">
<artifact name="symphony-authenticator-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.symphonyoss.symphony', module='symphony-authenticator-api', version='0.9.0')
)
libraryDependencies += "org.symphonyoss.symphony" % "symphony-authenticator-api" % "0.9.0"
[org.symphonyoss.symphony/symphony-authenticator-api "0.9.0"]