| Категории |
КатегорииMaven Компиляция и сборка HK2 Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаcom.sun.enterprise |
| Идентификатор | Идентификаторhk2-maven |
| Версия | Версия0.3.80 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hk2-maven-0.3.80.pom | |
| hk2-maven-0.3.80.jar | 19 KB |
| hk2-maven-0.3.80-sources.jar | 18 KB |
| hk2-maven-0.3.80-javadoc.jar | 43 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sun.enterprise/hk2-maven/ -->
<dependency>
<groupId>com.sun.enterprise</groupId>
<artifactId>hk2-maven</artifactId>
<version>0.3.80</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/hk2-maven/
implementation 'com.sun.enterprise:hk2-maven:0.3.80'
// https://jarcasting.com/artifacts/com.sun.enterprise/hk2-maven/
implementation ("com.sun.enterprise:hk2-maven:0.3.80")
'com.sun.enterprise:hk2-maven:jar:0.3.80'
<dependency org="com.sun.enterprise" name="hk2-maven" rev="0.3.80">
<artifact name="hk2-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='hk2-maven', version='0.3.80')
)
libraryDependencies += "com.sun.enterprise" % "hk2-maven" % "0.3.80"
[com.sun.enterprise/hk2-maven "0.3.80"]