Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdlift-oauth |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
lift-oauth-0.9.pom | |
lift-oauth-0.9.jar | 1 KB |
lift-oauth-0.9-sources.jar | 743 bytes |
lift-oauth-0.9-project.zip | 2 KB |
lift-oauth-0.9-project.tar.gz | 675 bytes |
lift-oauth-0.9-project.tar.bz2 | 701 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-oauth/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-oauth</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-oauth/
implementation 'net.liftweb:lift-oauth:0.9'
// https://jarcasting.com/artifacts/net.liftweb/lift-oauth/
implementation ("net.liftweb:lift-oauth:0.9")
'net.liftweb:lift-oauth:jar:0.9'
<dependency org="net.liftweb" name="lift-oauth" rev="0.9">
<artifact name="lift-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-oauth', version='0.9')
)
libraryDependencies += "net.liftweb" % "lift-oauth" % "0.9"
[net.liftweb/lift-oauth "0.9"]