Categories |
CategoriesMaven Build Tools HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.sun.enterprise |
ArtifactId | ArtifactIdhk2-maven |
Version | Version1.0.68 |
Type | Typejar |
Filename | Size |
---|---|
hk2-maven-1.0.68.pom | |
hk2-maven-1.0.68.jar | 20 KB |
hk2-maven-1.0.68-sources.jar | 18 KB |
hk2-maven-1.0.68-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.enterprise/hk2-maven/ -->
<dependency>
<groupId>com.sun.enterprise</groupId>
<artifactId>hk2-maven</artifactId>
<version>1.0.68</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/hk2-maven/
implementation 'com.sun.enterprise:hk2-maven:1.0.68'
// https://jarcasting.com/artifacts/com.sun.enterprise/hk2-maven/
implementation ("com.sun.enterprise:hk2-maven:1.0.68")
'com.sun.enterprise:hk2-maven:jar:1.0.68'
<dependency org="com.sun.enterprise" name="hk2-maven" rev="1.0.68">
<artifact name="hk2-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='hk2-maven', version='1.0.68')
)
libraryDependencies += "com.sun.enterprise" % "hk2-maven" % "1.0.68"
[com.sun.enterprise/hk2-maven "1.0.68"]