is not current version
Last Version 0.10.6

io.helidon.security:helidon-security-bundle 0.10.4

A single reference bundle that provides dependencies on most common security modules. This bundle does NOT include integrations to Jersey and Web server, you must include those separately.

Categories

Categories

Helidon Container Microservices Security
GroupId

GroupId

io.helidon.security
ArtifactId

ArtifactId

helidon-security-bundle
Version

Version

0.10.4
Type

Type

jar

Download helidon-security-bundle 0.10.4


<!-- https://jarcasting.com/artifacts/io.helidon.security/helidon-security-bundle/ -->
<dependency>
    <groupId>io.helidon.security</groupId>
    <artifactId>helidon-security-bundle</artifactId>
    <version>0.10.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.security/helidon-security-bundle/
implementation 'io.helidon.security:helidon-security-bundle:0.10.4'
// https://jarcasting.com/artifacts/io.helidon.security/helidon-security-bundle/
implementation ("io.helidon.security:helidon-security-bundle:0.10.4")
'io.helidon.security:helidon-security-bundle:jar:0.10.4'
<dependency org="io.helidon.security" name="helidon-security-bundle" rev="0.10.4">
  <artifact name="helidon-security-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.security', module='helidon-security-bundle', version='0.10.4')
)
libraryDependencies += "io.helidon.security" % "helidon-security-bundle" % "0.10.4"
[io.helidon.security/helidon-security-bundle "0.10.4"]