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