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