Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdlift-openid |
Version | Version2.0-M5 |
Type | Typejar |
Filename | Size |
---|---|
lift-openid-2.0-M5.pom | |
lift-openid-2.0-M5.jar | 133 KB |
lift-openid-2.0-M5-sources.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-openid/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-openid</artifactId>
<version>2.0-M5</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-openid/
implementation 'net.liftweb:lift-openid:2.0-M5'
// https://jarcasting.com/artifacts/net.liftweb/lift-openid/
implementation ("net.liftweb:lift-openid:2.0-M5")
'net.liftweb:lift-openid:jar:2.0-M5'
<dependency org="net.liftweb" name="lift-openid" rev="2.0-M5">
<artifact name="lift-openid" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-openid', version='2.0-M5')
)
libraryDependencies += "net.liftweb" % "lift-openid" % "2.0-M5"
[net.liftweb/lift-openid "2.0-M5"]