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