| Категории |
КатегорииWildFly Контейнер Application Servers |
|---|---|
| Группа | Группаorg.wildfly |
| Идентификатор | Идентификаторwildfly-ee-feature-pack-common |
| Версия | Версия23.0.1.Final |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| wildfly-ee-feature-pack-common-23.0.1.Final.pom | |
| wildfly-ee-feature-pack-common-23.0.1.Final.zip | 96 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wildfly/wildfly-ee-feature-pack-common/ -->
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ee-feature-pack-common</artifactId>
<version>23.0.1.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly/wildfly-ee-feature-pack-common/
implementation 'org.wildfly:wildfly-ee-feature-pack-common:23.0.1.Final'
// https://jarcasting.com/artifacts/org.wildfly/wildfly-ee-feature-pack-common/
implementation ("org.wildfly:wildfly-ee-feature-pack-common:23.0.1.Final")
'org.wildfly:wildfly-ee-feature-pack-common:pom:23.0.1.Final'
<dependency org="org.wildfly" name="wildfly-ee-feature-pack-common" rev="23.0.1.Final">
<artifact name="wildfly-ee-feature-pack-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly', module='wildfly-ee-feature-pack-common', version='23.0.1.Final')
)
libraryDependencies += "org.wildfly" % "wildfly-ee-feature-pack-common" % "23.0.1.Final"
[org.wildfly/wildfly-ee-feature-pack-common "23.0.1.Final"]