Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdsdp-management-bundle |
Version | Version2.4.0-b13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/sdp-management-bundle/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>sdp-management-bundle</artifactId>
<version>2.4.0-b13</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/sdp-management-bundle/
implementation 'org.glassfish.hk2:sdp-management-bundle:2.4.0-b13'
// https://jarcasting.com/artifacts/org.glassfish.hk2/sdp-management-bundle/
implementation ("org.glassfish.hk2:sdp-management-bundle:2.4.0-b13")
'org.glassfish.hk2:sdp-management-bundle:jar:2.4.0-b13'
<dependency org="org.glassfish.hk2" name="sdp-management-bundle" rev="2.4.0-b13">
<artifact name="sdp-management-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='sdp-management-bundle', version='2.4.0-b13')
)
libraryDependencies += "org.glassfish.hk2" % "sdp-management-bundle" % "2.4.0-b13"
[org.glassfish.hk2/sdp-management-bundle "2.4.0-b13"]