| License | License | 
|---|---|
| Categories | CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection | 
| GroupId | GroupIdorg.glassfish.hk2 | 
| ArtifactId | ArtifactIdcontract-bundle | 
| Last Version | Last Version3.0.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionHolds test contracts Holds test contracts | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| contract-bundle-3.0.3.pom | |
| contract-bundle-3.0.3.jar | 15 KB | 
| contract-bundle-3.0.3-sources.jar | 16 KB | 
| contract-bundle-3.0.3-javadoc.jar | 22 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/contract-bundle/ -->
<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>contract-bundle</artifactId>
    <version>3.0.3</version>
</dependency>// https://jarcasting.com/artifacts/org.glassfish.hk2/contract-bundle/
implementation 'org.glassfish.hk2:contract-bundle:3.0.3'// https://jarcasting.com/artifacts/org.glassfish.hk2/contract-bundle/
implementation ("org.glassfish.hk2:contract-bundle:3.0.3")'org.glassfish.hk2:contract-bundle:jar:3.0.3'<dependency org="org.glassfish.hk2" name="contract-bundle" rev="3.0.3">
  <artifact name="contract-bundle" type="jar" />
</dependency>@Grapes(
@Grab(group='org.glassfish.hk2', module='contract-bundle', version='3.0.3')
)libraryDependencies += "org.glassfish.hk2" % "contract-bundle" % "3.0.3"[org.glassfish.hk2/contract-bundle "3.0.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.glassfish.hk2 : hk2-api | jar | 3.0.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 | 
| org.easymock : easymock | jar | 3.5 | 
