| Категории |
КатегорииWildFly Контейнер Application Servers |
|---|---|
| Группа | Группаorg.wildfly.core |
| Идентификатор | Идентификаторwildfly-elytron-tool-wrapper |
| Версия | Версия19.0.0.Beta10 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.wildfly.core/wildfly-elytron-tool-wrapper/ -->
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-elytron-tool-wrapper</artifactId>
<version>19.0.0.Beta10</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-elytron-tool-wrapper/
implementation 'org.wildfly.core:wildfly-elytron-tool-wrapper:19.0.0.Beta10'
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-elytron-tool-wrapper/
implementation ("org.wildfly.core:wildfly-elytron-tool-wrapper:19.0.0.Beta10")
'org.wildfly.core:wildfly-elytron-tool-wrapper:jar:19.0.0.Beta10'
<dependency org="org.wildfly.core" name="wildfly-elytron-tool-wrapper" rev="19.0.0.Beta10">
<artifact name="wildfly-elytron-tool-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.core', module='wildfly-elytron-tool-wrapper', version='19.0.0.Beta10')
)
libraryDependencies += "org.wildfly.core" % "wildfly-elytron-tool-wrapper" % "19.0.0.Beta10"
[org.wildfly.core/wildfly-elytron-tool-wrapper "19.0.0.Beta10"]