GroupId | GroupIdorg.trellisldp |
---|---|
ArtifactId | ArtifactIdtrellis-auth-oauth |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
trellis-auth-oauth-0.8.1.pom | |
trellis-auth-oauth-0.8.1.jar | 22 KB |
trellis-auth-oauth-0.8.1-sources.jar | 15 KB |
trellis-auth-oauth-0.8.1-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.trellisldp/trellis-auth-oauth/ -->
<dependency>
<groupId>org.trellisldp</groupId>
<artifactId>trellis-auth-oauth</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.trellisldp/trellis-auth-oauth/
implementation 'org.trellisldp:trellis-auth-oauth:0.8.1'
// https://jarcasting.com/artifacts/org.trellisldp/trellis-auth-oauth/
implementation ("org.trellisldp:trellis-auth-oauth:0.8.1")
'org.trellisldp:trellis-auth-oauth:jar:0.8.1'
<dependency org="org.trellisldp" name="trellis-auth-oauth" rev="0.8.1">
<artifact name="trellis-auth-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.trellisldp', module='trellis-auth-oauth', version='0.8.1')
)
libraryDependencies += "org.trellisldp" % "trellis-auth-oauth" % "0.8.1"
[org.trellisldp/trellis-auth-oauth "0.8.1"]