| Categories |
CategoriesMaven Build Tools HK2 Application Layer Libs Dependency Injection |
|---|---|
| GroupId | GroupIdcom.sun.enterprise |
| ArtifactId | ArtifactIdhk2-maven |
| Last Version | Last Version1.6.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionModule system maven support
Maven2 plugin for developing
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| hk2-maven-1.6.9.pom | |
| hk2-maven-1.6.9.jar | 21 KB |
| hk2-maven-1.6.9-sources.jar | 18 KB |
| hk2-maven-1.6.9-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.enterprise/hk2-maven/ -->
<dependency>
<groupId>com.sun.enterprise</groupId>
<artifactId>hk2-maven</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/hk2-maven/
implementation 'com.sun.enterprise:hk2-maven:1.6.9'
// https://jarcasting.com/artifacts/com.sun.enterprise/hk2-maven/
implementation ("com.sun.enterprise:hk2-maven:1.6.9")
'com.sun.enterprise:hk2-maven:jar:1.6.9'
<dependency org="com.sun.enterprise" name="hk2-maven" rev="1.6.9">
<artifact name="hk2-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='hk2-maven', version='1.6.9')
)
libraryDependencies += "com.sun.enterprise" % "hk2-maven" % "1.6.9"
[com.sun.enterprise/hk2-maven "1.6.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.enterprise : hk2-core | jar | 1.6.9 |
| org.apache.maven : maven-project | jar | 2.0.4 |
| 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.3.1 |