License |
License |
---|---|
Categories |
CategoriesWildFly Container Application Servers Security |
GroupId | GroupIdorg.wildfly.security.elytron-web |
ArtifactId | ArtifactIdelytron-web-parent |
Last Version | Last Version3.0.0.Beta1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWildFly Elytron Web - Parent
Integration project for integrating Elytron based HTTP authentication with web containers.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
elytron-web-parent-3.0.0.Beta1.pom | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.security.elytron-web/elytron-web-parent/ -->
<dependency>
<groupId>org.wildfly.security.elytron-web</groupId>
<artifactId>elytron-web-parent</artifactId>
<version>3.0.0.Beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.security.elytron-web/elytron-web-parent/
implementation 'org.wildfly.security.elytron-web:elytron-web-parent:3.0.0.Beta1'
// https://jarcasting.com/artifacts/org.wildfly.security.elytron-web/elytron-web-parent/
implementation ("org.wildfly.security.elytron-web:elytron-web-parent:3.0.0.Beta1")
'org.wildfly.security.elytron-web:elytron-web-parent:pom:3.0.0.Beta1'
<dependency org="org.wildfly.security.elytron-web" name="elytron-web-parent" rev="3.0.0.Beta1">
<artifact name="elytron-web-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.security.elytron-web', module='elytron-web-parent', version='3.0.0.Beta1')
)
libraryDependencies += "org.wildfly.security.elytron-web" % "elytron-web-parent" % "3.0.0.Beta1"
[org.wildfly.security.elytron-web/elytron-web-parent "3.0.0.Beta1"]