Categories |
CategoriesGlassFish Container Application Servers Security HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdsecurity-lockdown-example-system |
Version | Version2.1.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/security-lockdown-example-system/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>security-lockdown-example-system</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/security-lockdown-example-system/
implementation 'org.glassfish.hk2:security-lockdown-example-system:2.1.4'
// https://jarcasting.com/artifacts/org.glassfish.hk2/security-lockdown-example-system/
implementation ("org.glassfish.hk2:security-lockdown-example-system:2.1.4")
'org.glassfish.hk2:security-lockdown-example-system:jar:2.1.4'
<dependency org="org.glassfish.hk2" name="security-lockdown-example-system" rev="2.1.4">
<artifact name="security-lockdown-example-system" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='security-lockdown-example-system', version='2.1.4')
)
libraryDependencies += "org.glassfish.hk2" % "security-lockdown-example-system" % "2.1.4"
[org.glassfish.hk2/security-lockdown-example-system "2.1.4"]