| License | License | 
|---|---|
| Categories | CategoriesGlassFish Container Application Servers Maven Build Tools HK2 Application Layer Libs Dependency Injection | 
| GroupId | GroupIdorg.glassfish.hk2 | 
| ArtifactId | ArtifactIdhk2-maven | 
| Last Version | Last Version2.5.0-b42 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionModule system maven support Maven2 plugin for developing | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| hk2-maven-2.5.0-b42.pom | |
| hk2-maven-2.5.0-b42.jar | 21 KB | 
| hk2-maven-2.5.0-b42-sources.jar | 18 KB | 
| hk2-maven-2.5.0-b42-javadoc.jar | 43 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-maven/ -->
<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>hk2-maven</artifactId>
    <version>2.5.0-b42</version>
</dependency>// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-maven/
implementation 'org.glassfish.hk2:hk2-maven:2.5.0-b42'// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-maven/
implementation ("org.glassfish.hk2:hk2-maven:2.5.0-b42")'org.glassfish.hk2:hk2-maven:jar:2.5.0-b42'<dependency org="org.glassfish.hk2" name="hk2-maven" rev="2.5.0-b42">
  <artifact name="hk2-maven" type="jar" />
</dependency>@Grapes(
@Grab(group='org.glassfish.hk2', module='hk2-maven', version='2.5.0-b42')
)libraryDependencies += "org.glassfish.hk2" % "hk2-maven" % "2.5.0-b42"[org.glassfish.hk2/hk2-maven "2.5.0-b42"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.glassfish.hk2 : hk2-core | jar | 2.5.0-b42 | 
| org.apache.maven : maven-project | jar | 3.0-alpha-2 | 
| org.apache.maven : maven-artifact | jar | 2.0.4 | 
| org.apache.maven : maven-archiver | jar | 2.0.4 | 
| org.osgi : osgi_R4_core | jar | 1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.easymock : easymock | jar | 3.0 | 
