Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdhttp-authentication |
Version | Version1.1-M4 |
Type | Typewar |
Filename | Size |
---|---|
http-authentication-1.1-M4.pom | |
http-authentication-1.1-M4.war | 13 MB |
http-authentication-1.1-M4-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/http-authentication/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>http-authentication</artifactId>
<version>1.1-M4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/http-authentication/
implementation 'net.liftweb:http-authentication:1.1-M4'
// https://jarcasting.com/artifacts/net.liftweb/http-authentication/
implementation ("net.liftweb:http-authentication:1.1-M4")
'net.liftweb:http-authentication:war:1.1-M4'
<dependency org="net.liftweb" name="http-authentication" rev="1.1-M4">
<artifact name="http-authentication" type="war" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='http-authentication', version='1.1-M4')
)
libraryDependencies += "net.liftweb" % "http-authentication" % "1.1-M4"
[net.liftweb/http-authentication "1.1-M4"]