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