| Категории |
КатегорииGlassFish Контейнер Application Servers |
|---|---|
| Группа | Группаorg.glassfish.main.web |
| Идентификатор | Идентификаторweld-integration-test-fragment |
| Версия | Версия6.2.5 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.web/weld-integration-test-fragment/ -->
<dependency>
<groupId>org.glassfish.main.web</groupId>
<artifactId>weld-integration-test-fragment</artifactId>
<version>6.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.web/weld-integration-test-fragment/
implementation 'org.glassfish.main.web:weld-integration-test-fragment:6.2.5'
// https://jarcasting.com/artifacts/org.glassfish.main.web/weld-integration-test-fragment/
implementation ("org.glassfish.main.web:weld-integration-test-fragment:6.2.5")
'org.glassfish.main.web:weld-integration-test-fragment:jar:6.2.5'
<dependency org="org.glassfish.main.web" name="weld-integration-test-fragment" rev="6.2.5">
<artifact name="weld-integration-test-fragment" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.web', module='weld-integration-test-fragment', version='6.2.5')
)
libraryDependencies += "org.glassfish.main.web" % "weld-integration-test-fragment" % "6.2.5"
[org.glassfish.main.web/weld-integration-test-fragment "6.2.5"]