не последняя версия
Последняя версия 3.0.3

org.glassfish.hk2:contract-bundle 2.6.1

${project.name}

Категории

Категории

GlassFish Контейнер Application Servers HK2 Библиотеки уровня приложения Dependency Injection
Группа

Группа

org.glassfish.hk2
Идентификатор

Идентификатор

contract-bundle
Версия

Версия

2.6.1
Тип

Тип

jar

Скачать contract-bundle 2.6.1


<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/contract-bundle/ -->
<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>contract-bundle</artifactId>
    <version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/contract-bundle/
implementation 'org.glassfish.hk2:contract-bundle:2.6.1'
// https://jarcasting.com/artifacts/org.glassfish.hk2/contract-bundle/
implementation ("org.glassfish.hk2:contract-bundle:2.6.1")
'org.glassfish.hk2:contract-bundle:jar:2.6.1'
<dependency org="org.glassfish.hk2" name="contract-bundle" rev="2.6.1">
  <artifact name="contract-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='contract-bundle', version='2.6.1')
)
libraryDependencies += "org.glassfish.hk2" % "contract-bundle" % "2.6.1"
[org.glassfish.hk2/contract-bundle "2.6.1"]