GroupId | GroupIdorg.symphonyoss.symphony |
---|---|
ArtifactId | ArtifactIdsymphony-authenticator-api |
Version | Version1.0.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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.symphonyoss.symphony/symphony-authenticator-api/
implementation 'org.symphonyoss.symphony:symphony-authenticator-api:1.0.0'
// https://jarcasting.com/artifacts/org.symphonyoss.symphony/symphony-authenticator-api/
implementation ("org.symphonyoss.symphony:symphony-authenticator-api:1.0.0")
'org.symphonyoss.symphony:symphony-authenticator-api:jar:1.0.0'
<dependency org="org.symphonyoss.symphony" name="symphony-authenticator-api" rev="1.0.0">
<artifact name="symphony-authenticator-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.symphonyoss.symphony', module='symphony-authenticator-api', version='1.0.0')
)
libraryDependencies += "org.symphonyoss.symphony" % "symphony-authenticator-api" % "1.0.0"
[org.symphonyoss.symphony/symphony-authenticator-api "1.0.0"]