Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.eulerframework |
ArtifactId | ArtifactIdeuler-web-authentication |
Version | Version0.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.eulerframework/euler-web-authentication/ -->
<dependency>
<groupId>net.eulerframework</groupId>
<artifactId>euler-web-authentication</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.eulerframework/euler-web-authentication/
implementation 'net.eulerframework:euler-web-authentication:0.3.2'
// https://jarcasting.com/artifacts/net.eulerframework/euler-web-authentication/
implementation ("net.eulerframework:euler-web-authentication:0.3.2")
'net.eulerframework:euler-web-authentication:jar:0.3.2'
<dependency org="net.eulerframework" name="euler-web-authentication" rev="0.3.2">
<artifact name="euler-web-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.eulerframework', module='euler-web-authentication', version='0.3.2')
)
libraryDependencies += "net.eulerframework" % "euler-web-authentication" % "0.3.2"
[net.eulerframework/euler-web-authentication "0.3.2"]