License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices Security |
GroupId | GroupIdio.helidon.security |
ArtifactId | ArtifactIdhelidon-security-annotations |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHelidon Security Integration Annotations
Java libraries for writing microservices
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.helidon.security/helidon-security-annotations/ -->
<dependency>
<groupId>io.helidon.security</groupId>
<artifactId>helidon-security-annotations</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.security/helidon-security-annotations/
implementation 'io.helidon.security:helidon-security-annotations:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.security/helidon-security-annotations/
implementation ("io.helidon.security:helidon-security-annotations:3.0.0-M2")
'io.helidon.security:helidon-security-annotations:jar:3.0.0-M2'
<dependency org="io.helidon.security" name="helidon-security-annotations" rev="3.0.0-M2">
<artifact name="helidon-security-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.security', module='helidon-security-annotations', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.security" % "helidon-security-annotations" % "3.0.0-M2"
[io.helidon.security/helidon-security-annotations "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
io.helidon.security : helidon-security | jar | 3.0.0-M2 |