License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices Security |
GroupId | GroupIdio.helidon.bundles |
ArtifactId | ArtifactIdhelidon-bundles-security |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHelidon Bundles Security
Helidon SE security bundle.
This bundle does not contain integration with webserver, jersey or
microprofile.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.helidon.bundles/helidon-bundles-security/ -->
<dependency>
<groupId>io.helidon.bundles</groupId>
<artifactId>helidon-bundles-security</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.bundles/helidon-bundles-security/
implementation 'io.helidon.bundles:helidon-bundles-security:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.bundles/helidon-bundles-security/
implementation ("io.helidon.bundles:helidon-bundles-security:3.0.0-M2")
'io.helidon.bundles:helidon-bundles-security:jar:3.0.0-M2'
<dependency org="io.helidon.bundles" name="helidon-bundles-security" rev="3.0.0-M2">
<artifact name="helidon-bundles-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.bundles', module='helidon-bundles-security', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.bundles" % "helidon-bundles-security" % "3.0.0-M2"
[io.helidon.bundles/helidon-bundles-security "3.0.0-M2"]