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