не последняя версия
Последняя версия 2.2.5

org.grails:grails-plugin-tomcat 2.2.0

Grails Web Application Framework

Категории

Категории

Tomcat Контейнер Application Servers Grails Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.grails
Идентификатор

Идентификатор

grails-plugin-tomcat
Версия

Версия

2.2.0
Тип

Тип

jar

Скачать grails-plugin-tomcat 2.2.0


<!-- https://jarcasting.com/artifacts/org.grails/grails-plugin-tomcat/ -->
<dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-plugin-tomcat</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-plugin-tomcat/
implementation 'org.grails:grails-plugin-tomcat:2.2.0'
// https://jarcasting.com/artifacts/org.grails/grails-plugin-tomcat/
implementation ("org.grails:grails-plugin-tomcat:2.2.0")
'org.grails:grails-plugin-tomcat:jar:2.2.0'
<dependency org="org.grails" name="grails-plugin-tomcat" rev="2.2.0">
  <artifact name="grails-plugin-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-plugin-tomcat', version='2.2.0')
)
libraryDependencies += "org.grails" % "grails-plugin-tomcat" % "2.2.0"
[org.grails/grails-plugin-tomcat "2.2.0"]