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