| Категории |
КатегорииGeronimo Контейнер Application Servers |
|---|---|
| Группа | Группаorg.apache.geronimo.framework |
| Идентификатор | Идентификаторgeronimo-deploy-jsr88-bootstrapper |
| Версия | Версия2.2.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.framework/geronimo-deploy-jsr88-bootstrapper/ -->
<dependency>
<groupId>org.apache.geronimo.framework</groupId>
<artifactId>geronimo-deploy-jsr88-bootstrapper</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.framework/geronimo-deploy-jsr88-bootstrapper/
implementation 'org.apache.geronimo.framework:geronimo-deploy-jsr88-bootstrapper:2.2.1'
// https://jarcasting.com/artifacts/org.apache.geronimo.framework/geronimo-deploy-jsr88-bootstrapper/
implementation ("org.apache.geronimo.framework:geronimo-deploy-jsr88-bootstrapper:2.2.1")
'org.apache.geronimo.framework:geronimo-deploy-jsr88-bootstrapper:jar:2.2.1'
<dependency org="org.apache.geronimo.framework" name="geronimo-deploy-jsr88-bootstrapper" rev="2.2.1">
<artifact name="geronimo-deploy-jsr88-bootstrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.framework', module='geronimo-deploy-jsr88-bootstrapper', version='2.2.1')
)
libraryDependencies += "org.apache.geronimo.framework" % "geronimo-deploy-jsr88-bootstrapper" % "2.2.1"
[org.apache.geronimo.framework/geronimo-deploy-jsr88-bootstrapper "2.2.1"]