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